Fix typo in the fallingcubes example CMakeLists.txt file
This commit is contained in:
parent
c5f89f7738
commit
c42b09c3f5
|
@ -42,7 +42,7 @@ endif()
|
|||
|
||||
# Definitions
|
||||
if (FREEGLUT_FOUND)
|
||||
add_definition(-DUSE_FREEGLUT)
|
||||
ADD_DEFINITIONS(-DUSE_FREEGLUT)
|
||||
endif()
|
||||
|
||||
# Create the example executable using the
|
||||
|
|
Loading…
Reference in New Issue
Block a user