We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0d48a commit fad8afcCopy full SHA for fad8afc
CMakeLists.txt
@@ -2218,15 +2218,15 @@ if(CLIENT)
2218
endif()
2219
2220
if(WAVPACK_CLOSE_FILE)
2221
- target_compile_definitions(${TARGET_CLIENT} PRIVATE CONF_WAVPACK_CLOSE_FILE)
+ target_compile_definitions(${TARGET_CLIENT} PRIVATE CONF_WAVPACK_CLOSE_FILE)
2222
2223
2224
if(GLEW_BUNDLED)
2225
- target_compile_definitions(${TARGET_CLIENT} PRIVATE CONF_GLEW_HAS_CONTEXT_INIT)
+ target_compile_definitions(${TARGET_CLIENT} PRIVATE CONF_GLEW_HAS_CONTEXT_INIT)
2226
2227
2228
if(VULKAN)
2229
- target_compile_definitions(${TARGET_CLIENT} PRIVATE CONF_BACKEND_VULKAN)
+ target_compile_definitions(${TARGET_CLIENT} PRIVATE CONF_BACKEND_VULKAN)
2230
2231
2232
list(APPEND TARGETS_OWN ${TARGET_CLIENT})
0 commit comments