Update Ghoul

Fix AssImp CMake warnings
This commit is contained in:
Alexander Bock
2017-10-30 09:49:10 -04:00
parent fc78360374
commit a2e7614112
2 changed files with 4 additions and 2 deletions

View File

@@ -125,7 +125,9 @@ target_link_libraries(
${GLFW_LIBRARIES}
)
set_property(TARGET sgct_light PROPERTY FOLDER "External")
if (TARGET sgct_light)
set_property(TARGET sgct_light PROPERTY FOLDER "External")
endif ()
if (TARGET glew)
set_property(TARGET glew PROPERTY FOLDER "External/SGCT")
endif ()