Skip to content

Commit

Permalink
Add adapter and foundation_classes as link libraries for object_adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVandewoestyne committed Feb 12, 2024
1 parent eed58f3 commit fde6deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Structural_Patterns/Adapter/object_adapter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
add_library(object_adapter SHARED TextShape.cpp)

target_include_directories(object_adapter PRIVATE .. ../../../Foundation_Classes)
target_link_libraries(object_adapter PRIVATE adapter foundation_classes)

0 comments on commit fde6deb

Please sign in to comment.