mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 15:17:13 +02:00
More work on Cmake scripts.
This commit is contained in:
@ -7,7 +7,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
#target_compile_options(Sqrat PRIVATE -w
|
||||
#)
|
||||
endif()
|
||||
# Configure macro options
|
||||
# Configure build options
|
||||
target_compile_definitions(Sqrat INTERFACE GARBAGE_COLLECTOR=1)
|
||||
# Library includes
|
||||
target_include_directories(Sqrat INTERFACE ${CMAKE_CURRENT_LIST_DIR})
|
||||
|
Reference in New Issue
Block a user