mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-08 19:06:27 +00:00
CMake: Move reusable code to new cmake/ directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Setup the project and settings
|
||||
project(raylib)
|
||||
include(GNUInstallDirs)
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
|
||||
|
||||
set(PROJECT_VERSION 2.0.0)
|
||||
set(API_VERSION 2)
|
||||
|
Reference in New Issue
Block a user