Fix typo in the fallingcubes example CMakeLists.txt file

This commit is contained in:
Daniel Chappuis 2013-03-19 18:43:02 +01:00
parent c5f89f7738
commit c42b09c3f5

View File

@ -42,7 +42,7 @@ endif()
# Definitions # Definitions
if (FREEGLUT_FOUND) if (FREEGLUT_FOUND)
add_definition(-DUSE_FREEGLUT) ADD_DEFINITIONS(-DUSE_FREEGLUT)
endif() endif()
# Create the example executable using the # Create the example executable using the