Browse Source

Platform: properly set debug postfix also for WindowlessCglApplication.

pull/68/head
Vladimír Vondruš 12 years ago
parent
commit
b79c3d9305
  1. 1
      src/Magnum/Platform/CMakeLists.txt

1
src/Magnum/Platform/CMakeLists.txt

@ -197,6 +197,7 @@ endif()
# Windowless CGL application
if(WITH_WINDOWLESSCGLAPPLICATION)
add_library(MagnumWindowlessCglApplication STATIC WindowlessCglApplication.cpp)
set_target_properties(MagnumWindowlessCglApplication PROPERTIES DEBUG_POSTFIX "-d")
target_link_libraries(MagnumWindowlessCglApplication Magnum)
install(FILES WindowlessCglApplication.h DESTINATION ${MAGNUM_INCLUDE_INSTALL_DIR}/Platform)
install(TARGETS MagnumWindowlessCglApplication

Loading…
Cancel
Save