diff options
| author | Ahmad Fatoum <ahmad@a3f.at> | 2018-05-20 20:08:43 +0200 |
|---|---|---|
| committer | Ahmad Fatoum <ahmad@a3f.at> | 2018-05-21 01:08:29 +0200 |
| commit | ff55af14f98fc70895ccdbbb4dccdccd68dec9dd (patch) | |
| tree | b0169c4f578be6c7babb3964110d06963755c235 /src | |
| parent | ae26e083b4471f1404e4f25eee71e4f71e9b13f0 (diff) | |
| download | raylib-ff55af14f98fc70895ccdbbb4dccdccd68dec9dd.tar.gz raylib-ff55af14f98fc70895ccdbbb4dccdccd68dec9dd.zip | |
CMake: Move reusable code to new cmake/ directory
Diffstat (limited to 'src')
| -rwxr-xr-x | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f6f867e2..1f7689c8 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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) |
