Removed building of fcl and physfs

opengl3
Martin Felis 2019-04-23 11:12:34 +02:00
parent 69c56269de
commit 369d6a634b
1 changed files with 0 additions and 5 deletions

View File

@ -78,9 +78,6 @@ SUBDIRS (
3rdparty/glfw
3rdparty/googletest
3rdparty/fcl
3rdparty/libccd
3rdparty/physfs
)
SET (GLFW_BUILD_DOCS OFF)
@ -131,8 +128,6 @@ SET (glfw_dependencies
TARGET_LINK_LIBRARIES ( protot
glfw
fcl
physfs
${glfw_dependencies}
${OPENGL_LIBRARIES}
)