Make project installable

This commit is contained in:
Toast 2025-04-17 13:53:02 +02:00
parent f69cd94c53
commit d77aa542cf

View file

@ -1,2 +1,4 @@
add_executable(Hello helloWorld.cpp) add_executable(Hello helloWorld.cpp)
add_executable(tomlParse tomlParse.cpp) add_executable(tomlParse tomlParse.cpp)
install(TARGETS Hello tomlParse DESTINATION bin)