diff --git a/src/nostalgia/studio/CMakeLists.txt b/src/nostalgia/studio/CMakeLists.txt index fcfefad2..6f21a60f 100644 --- a/src/nostalgia/studio/CMakeLists.txt +++ b/src/nostalgia/studio/CMakeLists.txt @@ -9,6 +9,11 @@ target_link_libraries( OlympicApplib ) +target_compile_definitions( + NostalgiaStudio PUBLIC + OLYMPIC_APP_VERSION="dev build" +) + install( TARGETS NostalgiaStudio