Skip to content

Commit

Permalink
Merged pull request #1 from philiptaylor/master.
Browse files Browse the repository at this point in the history
Linux fixes
  • Loading branch information
idmillington committed Apr 28, 2011
2 parents 5fc2ec1 + 42b5442 commit 4f9c2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/CMakeLists.txt
Expand Up @@ -5,6 +5,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ../bin)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ../lib)
set(SRC ../src)

find_package(GLU REQUIRED)
find_package(GLUT REQUIRED)
IF(APPLE)
INCLUDE_DIRECTORIES ( /System/Library/Frameworks )
Expand Down

0 comments on commit 4f9c2c0

Please sign in to comment.