mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 23:50:53 +02:00
add build time dependency to static lib
the header only fmt lib is used to show this
This commit is contained in:
parent
b58e0717f4
commit
88781d22ab
6 changed files with 62 additions and 19 deletions
|
@ -7,6 +7,9 @@ project(BuildAll LANGUAGES CXX)
|
|||
|
||||
include(../cmake/tools.cmake)
|
||||
|
||||
# needed to generate test target
|
||||
enable_testing()
|
||||
|
||||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/../standalone ${CMAKE_BINARY_DIR}/standalone)
|
||||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/../test ${CMAKE_BINARY_DIR}/test)
|
||||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/../documentation ${CMAKE_BINARY_DIR}/documentation)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue