Skip to content

Commit

Permalink
update cmakelists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopson97 committed Jul 25, 2017
1 parent 2a2622d commit c647959
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake_modules")

file(GLOB src_files
Source/*.cpp
Source/Entity/*.cpp
Source/GUI/*.cpp
Source/HUD/*.cpp
Source/Input/*.cpp
Expand All @@ -21,10 +20,8 @@ file(GLOB src_files
Source/Texture/*.cpp
Source/Util/*.cpp
Source/World/*.cpp
Source/World/Block/BlockTypes/*.cpp
Source/World/Block/Types/*.cpp
Source/World/Block/*.cpp
Source/World/Chunk/*.cpp
Source/World/Generators/*.cpp
)

find_package(OpenGL REQUIRED)
Expand Down

0 comments on commit c647959

Please sign in to comment.