diff options
author | Andreas Grois <andi@grois.info> | 2018-03-10 20:36:15 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2018-03-10 20:36:15 +0100 |
commit | 56251ad2d25bfca679561e406b345820fe1dd34b (patch) | |
tree | 5a1a97b87e346501d51ed72422d71644c4a1d080 /CMakeLists.txt | |
parent | 2759a3f45b5cd095bb79eff77b35978c8f8069c6 (diff) |
Rename project from BuddhaTest to BuddhaShader
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31afe9e..b2db5df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6)
-project(BuddhaTest)
+project(BuddhaShader)
set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|