mirror of
https://github.com/recp/cglm.git
synced 2026-06-12 00:29:48 -05:00
drop CGLM_DLL, add CGLM_STATIC
This commit is contained in:
+2
-1
@@ -77,7 +77,8 @@ add_library(${PROJECT_NAME}
|
||||
|
||||
if(CGLM_SHARED)
|
||||
add_definitions(-DCGLM_EXPORTS)
|
||||
target_compile_definitions(${PROJECT_NAME} PUBLIC -DCGLM_DLL)
|
||||
else()
|
||||
target_compile_definitions(${PROJECT_NAME} PUBLIC -DCGLM_STATIC)
|
||||
endif()
|
||||
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user