Revert "Исправлено подключение заголовочных файлов"

This reverts commit 145b1f4deb.
This commit is contained in:
Andrei Astafev 2020-04-15 10:38:08 +03:00
parent 145b1f4deb
commit 7c9c2f57b9
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 0b69005b7a05760d538c0902e634848b62f3cda1
Subproject commit 4768c5efc7ce3ca9fc80baf72df303e91f348a96

@ -1 +1 @@
Subproject commit acdfb6a9dd5ca1cb037e541f7da7033968873357
Subproject commit 81fe90131c2d93d5d3e0f3b48c38fad0418fb953

@ -1 +1 @@
Subproject commit 74d499b9cb8600a24fb1c3ad51c57c589af38600
Subproject commit c015300d63005d0d5f8a57e5b42c6d898bab94d6

View File

@ -9,7 +9,7 @@ add_executable(${TRGT} ${TRGT_sources})
common_target_properties(${TRGT})
# Добавление к пути поиска заголовочных файлов
target_include_directories(${TRGT} PUBLIC ${Boost_INCLUDE_DIRS})
target_include_directories(${TRGT} SYSTEM PUBLIC ${Boost_INCLUDE_DIRS})
# Зависимость от библиотеки из внешнего проекта проекта
add_dependencies(${TRGT} ext-lib)