Skip to content

Commit d018e7f

Browse files
committed
add Global imported GKlib::GKlib
1 parent 6897bfe commit d018e7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ $<$<BOOL:${UNIX}>:m>
4141
$<$<BOOL:${OPENMP}>:OpenMP::OpenMP_C>
4242
)
4343

44+
add_library(GKlib::GKlib INTERFACE IMPORTED GLOBAL)
45+
target_link_libraries(GKlib::GKlib INTERFACE GKlib)
46+
4447
if(BUILD_TESTING)
4548
add_subdirectory(test)
4649
endif()

0 commit comments

Comments
 (0)