Removed building of fcl and physfs
parent
69c56269de
commit
369d6a634b
|
@ -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}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue