Skip to content

Commit

Permalink
Merge target_include_directories() commands
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Sep 10, 2023
1 parent b4d2a2d commit a357242
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC Boost::boost)

target_include_directories(${PROJECT_NAME}
PRIVATE
../include)

target_include_directories(${PROJECT_NAME}
../include
PUBLIC
../include)

0 comments on commit a357242

Please sign in to comment.