Skip to content

Commit

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

target_include_directories(class_adapter PRIVATE .. ../../../Foundation_Classes)
target_link_libraries(class_adapter PRIVATE adapter)

0 comments on commit d9e5082

Please sign in to comment.