We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d953f commit 4b2a75fCopy full SHA for 4b2a75f
CMakeLists.txt
@@ -282,8 +282,8 @@ else ()
282
PROPERTIES
283
VERSION ${SPARROW_BINARY_VERSION}
284
SOVERSION ${SPARROW_BINARY_CURRENT}
285
- COMPILE_DEFINITIONS "SPARROW_EXPORTS"
286
)
+ target_compile_definitions(sparrow PRIVATE SPARROW_EXPORTS)
287
endif ()
288
target_include_directories(sparrow PUBLIC
289
$<BUILD_INTERFACE:${SPARROW_INCLUDE_DIR}>
0 commit comments