Move generated directory to build directory

StepMania generates some files during build but it's a bit unusual to generate
them in source directory instead of build directory. Move them to build
directory and remove src/generated from .gitignore.
This commit is contained in:
phantom10111
2024-04-12 22:40:09 -07:00
committed by teejusb
parent ff3ce9544a
commit 48e797bf35
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ set_property(TARGET "LoadingWindowGtk" PROPERTY CXX_STANDARD_REQUIRED ON)
set_property(TARGET "LoadingWindowGtk" PROPERTY CXX_EXTENSIONS ON)
target_include_directories("LoadingWindowGtk" PRIVATE "${SM_SRC_DIR}"
"${SM_SRC_DIR}/generated"
"${SM_GENERATED_SRC_DIR}"
"${SM_SRC_DIR}/arch/LoadingWindow"
"${GTK3_INCLUDE_DIRS}")