Skip to content

Commit

Permalink
CMake: Place Assimp to the "Libraries" folder in IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 7, 2015
1 parent e4ba40b commit 1b43354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/sdk/libgui/CMakeLists.txt
Expand Up @@ -9,6 +9,7 @@ set (ASSIMP_LIB_INSTALL_DIR ${DENG_INSTALL_PLUGIN_DIR}
CACHE PATH "libassimp install directory" FORCE
)
add_subdirectory (../../external/assimp assimp)
set_property (TARGET assimp PROPERTY FOLDER Libraries)

if (APPLE)
# Don't change display modes on OS X. We'll instead resize the
Expand Down

0 comments on commit 1b43354

Please sign in to comment.