mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Fix typo.
This commit is contained in:
parent
22c882639b
commit
bb74e92fc1
@ -54,4 +54,4 @@ if(PLUGIN_DEVEL)
|
||||
else()
|
||||
# Include Module library
|
||||
add_subdirectory(module)
|
||||
end()
|
||||
endif()
|
@ -19,4 +19,4 @@ target_link_libraries(SqSDK PRIVATE VCMP SquirrelAPI)
|
||||
# Switch to plugin-development mode
|
||||
if(PLUGIN_DEVEL)
|
||||
target_compile_definitions(SqSDK PUBLIC SQMOD_PLUGIN_API=1)
|
||||
end()
|
||||
endif()
|
@ -25,7 +25,7 @@ target_compile_definitions(Sqrat PUBLIC SCRAT_USE_EXCEPTIONS=1 SCRAT_USE_CXX11_O
|
||||
# Switch to plugin-development mode
|
||||
if(PLUGIN_DEVEL)
|
||||
target_compile_definitions(Sqrat PUBLIC SQMOD_PLUGIN_API=1)
|
||||
end()
|
||||
endif()
|
||||
# Set specific compiler options
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
#target_compile_options(Sqrat PRIVATE -w
|
||||
|
@ -74,4 +74,4 @@ target_include_directories(SquirrelAPI INTERFACE ${CMAKE_CURRENT_LIST_DIR}/inclu
|
||||
# Switch to plugin-development mode
|
||||
if(PLUGIN_DEVEL)
|
||||
target_compile_definitions(SquirrelAPI PUBLIC SQMOD_PLUGIN_API=1)
|
||||
end()
|
||||
endif()
|
Loading…
Reference in New Issue
Block a user