mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
fix standalone CI build
This commit is contained in:
parent
5e07aa91ac
commit
2cf15bc347
1 changed files with 3 additions and 0 deletions
|
@ -24,4 +24,7 @@ file(GLOB sources CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/source/*.cpp)
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME} ${sources})
|
add_executable(${PROJECT_NAME} ${sources})
|
||||||
|
|
||||||
|
# TODO(CK): why is this needed?
|
||||||
|
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME Greeter)
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME} Greeter::Greeter cxxopts)
|
target_link_libraries(${PROJECT_NAME} Greeter::Greeter cxxopts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue