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:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user