Make project installable
This commit is contained in:
parent
f69cd94c53
commit
d77aa542cf
1 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
add_executable(Hello helloWorld.cpp)
|
||||
add_executable(tomlParse tomlParse.cpp)
|
||||
|
||||
install(TARGETS Hello tomlParse DESTINATION bin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue