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 6d15c79 commit fa67dd2Copy full SHA for fa67dd2
1 file changed
src/CMakeLists.txt
@@ -80,7 +80,7 @@ set(src
80
81
# Static Library
82
add_library(cfl-static STATIC ${src})
83
-target_link_libraries(cfl-static PRIVATE xxhash)
+target_link_libraries(cfl-static PUBLIC xxhash)
84
85
if(CFL_ATOMIC_NEEDS_LIBATOMIC)
86
target_link_libraries(cfl-static PUBLIC atomic)
0 commit comments