diff options
author | Andreas Grois <andi@grois.info> | 2018-03-10 20:34:35 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2018-03-10 20:34:35 +0100 |
commit | 2759a3f45b5cd095bb79eff77b35978c8f8069c6 (patch) | |
tree | 4d0ded492e5de077fdad86f52729c1f9da556d86 /CMakeLists.txt | |
parent | 5127d05dfdc877b0fc06e6ec228cfef09b98539a (diff) |
Prepare install script, and make shader loading work from PREFIX/share/...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c233c2..31afe9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,5 +5,6 @@ project(BuddhaTest) set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
+set(GLFW_INSTALL OFF CACHE BOOL "" FORCE)
add_subdirectory("glfw-3.2.1")
-add_subdirectory("BuddhaTest")
\ No newline at end of file +add_subdirectory("BuddhaTest")
|