We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d78a2ab + 206bb00 commit 73c2f7dCopy full SHA for 73c2f7d
1 file changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.12)
2
project(Atlas CXX ASM_NASM)
3
-set(MOD_VERSION "1.6.0")
+set(MOD_VERSION "1.6.1")
4
set(MOD_AUTHOR "FrederoxDev")
5
6
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -56,4 +56,4 @@ target_compile_options(${PROJECT_NAME} PRIVATE
56
target_compile_definitions(${PROJECT_NAME} PUBLIC ENTT_PACKED_PAGE=128)
57
58
# Get the AmethystAPI Lib
59
-add_subdirectory("${AMETHYST_SRC}/AmethystAPI" "build")
+add_subdirectory("${AMETHYST_SRC}/AmethystAPI" "build")
0 commit comments