Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 5, 2011, 5:31:25 PM (13 years ago)
Author:
rgrieder
Message:

Added MSVC option to install the *.pdb debug symbols files as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/InstallConfig.cmake

    r8351 r8405  
    3737ELSE()
    3838  OPTION(INSTALL_COPYABLE "${_info_text}" TRUE)
     39ENDIF()
     40
     41IF(MSVC)
     42  # Allow developers to install the debug symbols as well (safes the copying)
     43  OPTION(INSTALL_PDB_FILES "Also installs the debug symbol files" FALSE)
    3944ENDIF()
    4045
Note: See TracChangeset for help on using the changeset viewer.