Skip to content

Commit 73c2f7d

Browse files
committed
2 parents d78a2ab + 206bb00 commit 73c2f7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.12)
22
project(Atlas CXX ASM_NASM)
3-
set(MOD_VERSION "1.6.0")
3+
set(MOD_VERSION "1.6.1")
44
set(MOD_AUTHOR "FrederoxDev")
55

66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -56,4 +56,4 @@ target_compile_options(${PROJECT_NAME} PRIVATE
5656
target_compile_definitions(${PROJECT_NAME} PUBLIC ENTT_PACKED_PAGE=128)
5757

5858
# Get the AmethystAPI Lib
59-
add_subdirectory("${AMETHYST_SRC}/AmethystAPI" "build")
59+
add_subdirectory("${AMETHYST_SRC}/AmethystAPI" "build")

0 commit comments

Comments
 (0)