generated from Sithas/conan_template
Вынесена функция
(cherry picked from commit 4814cdcabb06c47fb6258b0031d97e2d5bff24b2)
This commit is contained in:
+3
-1
@@ -13,7 +13,9 @@ endif ()
|
||||
|
||||
find_package(Boost REQUIRED)
|
||||
|
||||
add_executable(App ./src/main.cpp)
|
||||
add_executable(App ./src/main.cpp
|
||||
./src/helpers/helpers.h
|
||||
./src/helpers/helpers.cpp)
|
||||
|
||||
target_link_libraries(App PRIVATE Boost::boost)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user