Skip to content

Commit

Permalink
[C] Put fort to namespace in test
Browse files Browse the repository at this point in the history
  • Loading branch information
seleznevae committed Feb 24, 2020
1 parent a00cc3d commit 4ff8c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/add_subdirectory_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ target_link_libraries(foo-app
add_library(foo-lib
foo-lib.cpp)
target_link_libraries(foo-lib
PRIVATE fort)
PRIVATE libfort::fort)

add_library(foo-lib-shared SHARED
foo-lib.cpp)
target_link_libraries(foo-lib-shared
PRIVATE fort)
PRIVATE libfort::fort)

include(GNUInstallDirs)
install(
Expand Down

0 comments on commit 4ff8c0f

Please sign in to comment.