mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 07:08:56 +00:00
@@ -3,7 +3,7 @@ project(raylib)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
set(PROJECT_VERSION 2.0.0)
|
||||
set(API_VERSION 1)
|
||||
set(API_VERSION 2)
|
||||
set(RAYLIB raylib) # Name of the generated library
|
||||
|
||||
include("CMakeOptions.txt")
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
# Define required raylib variables
|
||||
RAYLIB_VERSION = 2.0.0
|
||||
RAYLIB_API_VERSION = 1
|
||||
RAYLIB_API_VERSION = 2
|
||||
|
||||
# See below for alternatives.
|
||||
RAYLIB_PATH = ..
|
||||
|
||||
Reference in New Issue
Block a user