We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17165f0 + a9d7314 commit 6464882Copy full SHA for 6464882
3 files changed
Demos/BarDemo/CMakeLists.txt
@@ -9,9 +9,9 @@ else()
9
find_package(OpenGL REQUIRED)
10
11
set(SIMULATION_LINK_LIBRARIES
12
+ ${SIMULATION_LINK_LIBRARIES}
13
${GLUT_LIBRARIES}
14
${OPENGL_LIBRARIES}
- ${SIMULATION_LINK_LIBRARIES}
15
)
16
endif()
17
Demos/ClothDemo/CMakeLists.txt
Demos/FluidDemo/CMakeLists.txt
0 commit comments