We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4e0fa commit fcdb2e1Copy full SHA for fcdb2e1
tests/external/CMakeLists.txt
@@ -8,4 +8,4 @@ add_executable(example example.cpp)
8
9
find_package(ePhotosynthesis REQUIRED)
10
11
-target_link_libraries(example PUBLIC ePhotosynthesis::EPhotosynthesis)
+target_link_libraries(example PRIVATE ePhotosynthesis::EPhotosynthesis)
0 commit comments