Add program to find project diva mods

This commit is contained in:
Toast 2025-04-17 14:54:37 +02:00
parent d77aa542cf
commit ad3a8700d3
2 changed files with 37 additions and 1 deletions

View file

@ -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)