SplitDebugInformation.cmake: Set a target property containing the debug filename.

This commit is contained in:
David Korth 2016-07-20 02:19:29 -04:00
parent f351549a94
commit 734bd7de97

View File

@ -22,6 +22,8 @@ IF(NOT MSVC)
ENDIF(NOT MSVC)
MACRO(SPLIT_DEBUG_INFORMATION EXE_TARGET)
# TODO: Set target property containing the split debug filename
# to make it easier to install it.
SET(SPLIT_OK 1)
IF(MSVC)
# MSVC splits debug information by itself.