Fixed compiling on linux
This commit is contained in:
@ -25,8 +25,13 @@ else()
|
|||||||
message(FATAL_ERROR "Missing or invalid definition of TARGET_TYPE")
|
message(FATAL_ERROR "Missing or invalid definition of TARGET_TYPE")
|
||||||
endif()
|
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
|
# Set up the project
|
||||||
project(${TARGET_NAME} VERSION 1.0)
|
project(${TARGET_NAME} C)
|
||||||
add_executable(${PROJECT_NAME})
|
add_executable(${PROJECT_NAME})
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
|
2
lib/cglm
2
lib/cglm
Submodule lib/cglm updated: 282ea84dc0...87f561fb06
Reference in New Issue
Block a user