Skip to content

Commit

Permalink
add include to target prettyprint and testa
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeExceed committed Jun 22, 2022
1 parent 4af5f1f commit 0d5c5a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ add_library(prettyprint STATIC
prettyprint.cpp
)

target_include_directories(prettyprint
PUBLIC
.
)


add_library(testa STATIC
testa.cpp
testa_main.cpp
Expand All @@ -11,3 +17,7 @@ target_link_libraries(testa
prettyprint
)

target_include_directories(testa
PUBLIC
.
)

0 comments on commit 0d5c5a3

Please sign in to comment.