Added CI & platform specific toolchain files

This commit is contained in:
Patrix
2022-06-13 16:53:01 +02:00
parent 0720352243
commit 415ea9f95f
7 changed files with 166 additions and 0 deletions

View File

@@ -29,6 +29,14 @@ target_include_directories(SqModule
"dependencies/sqrat/include/"
)
if(DEFINED SHARED_LIBRARY_SUFFIX)
set_target_properties(SqModule
PROPERTIES
PREFIX ""
SUFFIX ".${CMAKE_SYSTEM_PROCESSOR}${CMAKE_SHARED_LIBRARY_SUFFIX}"
)
endif()
if (NOT ${GAME_PATH} STREQUAL "")
install(TARGETS SqModule
RUNTIME