mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
SplitDebugInformation.cmake: Set a target property containing the debug filename.
This commit is contained in:
parent
f351549a94
commit
734bd7de97
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user