diff options
author | Andreas Grois <andi@grois.info> | 2018-03-17 17:51:19 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2018-03-17 17:51:19 +0100 |
commit | b05e87dc5004f5badc02508570ddc55f31b451cc (patch) | |
tree | 98448778398e9d452b8ebc686f16d83e8211e323 /CMakeLists.txt | |
parent | 5a9c8599daee7d1d569ade3647d0078e56123c7a (diff) |
Correct line endings.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b2db5df..45262fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,10 @@ -cmake_minimum_required(VERSION 2.6)
-
-project(BuddhaShader)
-
-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")
+cmake_minimum_required(VERSION 2.6) + +project(BuddhaShader) + +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") |