Skip to content

Commit

Permalink
Add -v linker option for the bridge library for debugging purposes.
Browse files Browse the repository at this point in the history
This option should be removed once the linker problem is fixed.
  • Loading branch information
BartVandewoestyne committed Feb 13, 2024
1 parent 53aafed commit 3be6019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Structural_Patterns/Bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ set(bridge_SRCS
add_library(bridge SHARED ${bridge_SRCS})

target_include_directories(bridge PRIVATE ../../Foundation_Classes)
target_link_libraries(bridge PRIVATE foundation_classes)
target_link_libraries(bridge PRIVATE foundation_classes)
target_link_options(bridge PRIVATE "LINKER:-v")

0 comments on commit 3be6019

Please sign in to comment.