aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e9a1932..23d733b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -156,7 +156,7 @@ function(add_projectized_executable)
# Things that needs to be compiled
# NOTE: we need at least one of this to make sure the target is rebuilt if the generated files changes
set(var_OUTPUT_SOURCES
- ${var_OUTPUT_DIR}/generated/${var_HEADER_NAME}.gs.cpp
+ ${var_OUTPUT_DIR}/generated/${var_HEADER_NAME}.g.cpp
)
# Generate the files
@@ -178,13 +178,6 @@ add_projectized_executable(
ENABLE_CODEGEN ON
)
-set_source_files_properties(
- source/main.cpp
-TARGET_DIRECTORY 30-game
-PROPERTIES
- SKIP_UNITY_BUILD_INCLUSION ON
-)
-
set_target_properties(30-game PROPERTIES
UNITY_BUILD_MODE BATCH
UNITY_BUILD_UNIQUE_ID "ProjectBrussel_UNITY_ID"