Add program to find project diva mods
This commit is contained in:
parent
d77aa542cf
commit
ad3a8700d3
2 changed files with 37 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
add_executable(Hello helloWorld.cpp)
|
||||
add_executable(tomlParse tomlParse.cpp)
|
||||
add_executable(findDivaMods findDivaMods.cpp)
|
||||
|
||||
install(TARGETS Hello tomlParse DESTINATION bin)
|
||||
install(TARGETS Hello tomlParse findDivaMods DESTINATION bin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue