C Make Lists
C Make Lists
cmake_minimum_required(VERSION 3.8)
# Set this value to ON if you want to use the precompiled GLFW Library
OPTION(MACOS_GLFW_PRECOMPILED "Use precompiled library for GLFW on MacOS" OFF)
# Include files from the CGP library (as well as external dependencies)
message(STATUS "Include CGP lib and external dependencies files from relative
path")
include(${ABS_PATH_TO_CGP}/CMakeLists.txt)
add_definitions(-DSOLUTION)
# Uncomment the following line to remove assertion checks from CGP library (for
full efficiency)
# add_definitions(-DCGP_NO_DEBUG)