Skip to content

Commit

Permalink
add Global imported GKlib::GKlib
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 21, 2023
1 parent 6897bfe commit d018e7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ $<$<BOOL:${UNIX}>:m>
$<$<BOOL:${OPENMP}>:OpenMP::OpenMP_C>
)

add_library(GKlib::GKlib INTERFACE IMPORTED GLOBAL)
target_link_libraries(GKlib::GKlib INTERFACE GKlib)

if(BUILD_TESTING)
add_subdirectory(test)
endif()
Expand Down

0 comments on commit d018e7f

Please sign in to comment.