Removed building of fcl and physfs
parent
69c56269de
commit
369d6a634b
|
@ -78,9 +78,6 @@ SUBDIRS (
|
||||||
|
|
||||||
3rdparty/glfw
|
3rdparty/glfw
|
||||||
3rdparty/googletest
|
3rdparty/googletest
|
||||||
3rdparty/fcl
|
|
||||||
3rdparty/libccd
|
|
||||||
3rdparty/physfs
|
|
||||||
)
|
)
|
||||||
|
|
||||||
SET (GLFW_BUILD_DOCS OFF)
|
SET (GLFW_BUILD_DOCS OFF)
|
||||||
|
@ -131,8 +128,6 @@ SET (glfw_dependencies
|
||||||
|
|
||||||
TARGET_LINK_LIBRARIES ( protot
|
TARGET_LINK_LIBRARIES ( protot
|
||||||
glfw
|
glfw
|
||||||
fcl
|
|
||||||
physfs
|
|
||||||
${glfw_dependencies}
|
${glfw_dependencies}
|
||||||
${OPENGL_LIBRARIES}
|
${OPENGL_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue