1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-05 16:31:01 +02:00

use namespaced target

This commit is contained in:
Lars Melchior 2020-12-18 19:24:48 +01:00
parent eadea97fe4
commit 69c799cbdf
3 changed files with 4 additions and 3 deletions

View file

@ -27,4 +27,4 @@ add_executable(GreeterStandalone ${sources})
set_target_properties(GreeterStandalone PROPERTIES CXX_STANDARD 17 OUTPUT_NAME "Greeter")
target_link_libraries(GreeterStandalone Greeter cxxopts)
target_link_libraries(GreeterStandalone Greeter::Greeter cxxopts)