Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2009, 9:37:41 PM (15 years ago)
Author:
rgrieder
Message:
  • Equipped find scripts with debug/optimized functions. If you have different debug prefixes on your platform simply change ${LIBRARY_DEBUG_POSTFIX} ("_d" default).
  • Clean up in ConfigMSVC.cmake and ConfigMinGW.cmake
  • Also had a good look at the MinGW libraries according to the libs_1889_mingw.zip (no warranty at all, hope I got them all)
  • INSTALL commands are currently limited to non Windows platforms (don't yet know why it doesn't work)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/ois/CMakeLists.txt

    r2510 r2579  
     1INCLUDE_DIRECTORIES(.)
     2
    13SET( OIS_SRC_FILES
    24  OISEffect.cpp
     
    3941
    4042IF(WIN32)
    41   LINK_DIRECTORIES(${DirectX_LIB_DIR})
    42   TARGET_LINK_LIBRARIES( ois_orxonox
    43     dxguid
    44     dinput8
    45   )
     43  TARGET_LINK_LIBRARIES( ois_orxonox ${DirectX_LIBRARIES} )
    4644ENDIF(WIN32)
    4745
    48 INSTALL(TARGETS ois_orxonox LIBRARY DESTINATION lib)
Note: See TracChangeset for help on using the changeset viewer.