From 0fd3bf459c0630ee05cc2dbf5e246a4c9a63ee13 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 14 Feb 2022 11:10:17 -0800 Subject: [PATCH] Fixed compiling on linux --- CMakeLists.txt | 9 +++++++-- lib/cglm | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 064d6543..6607c7fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,8 +25,13 @@ else() message(FATAL_ERROR "Missing or invalid definition of TARGET_TYPE") endif() +# Check game has been defined +if(NOT DEFINED TARGET_GAME) + message(FATAL_ERROR "Missing or invalid definition of TARGET_GAME") +endif() + # Set up the project -project(${TARGET_NAME} VERSION 1.0) +project(${TARGET_NAME} C) add_executable(${PROJECT_NAME}) # Variables @@ -81,4 +86,4 @@ tool_copy(locale_en ) # Add actual game sources -add_subdirectory(src) \ No newline at end of file +add_subdirectory(src) diff --git a/lib/cglm b/lib/cglm index 282ea84d..87f561fb 160000 --- a/lib/cglm +++ b/lib/cglm @@ -1 +1 @@ -Subproject commit 282ea84dc0bd5e3331a08295d4ddda6ea39e443d +Subproject commit 87f561fb06379f33f453780d2b366a0b84fa74eb