mirror of
https://github.com/recp/cglm.git
synced 2026-01-06 15:10:04 +00:00
drop CGLM_DLL, add CGLM_STATIC
This commit is contained in:
@@ -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