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 6897bfe commit d018e7fCopy full SHA for d018e7f
1 file changed
CMakeLists.txt
@@ -41,6 +41,9 @@ $<$<BOOL:${UNIX}>:m>
41
$<$<BOOL:${OPENMP}>:OpenMP::OpenMP_C>
42
)
43
44
+add_library(GKlib::GKlib INTERFACE IMPORTED GLOBAL)
45
+target_link_libraries(GKlib::GKlib INTERFACE GKlib)
46
+
47
if(BUILD_TESTING)
48
add_subdirectory(test)
49
endif()
0 commit comments