mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
cmake: actually define KDEBINDIR for tests
this change was supposed to be part of eac889a3
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b81a9c6d17
commit
60dc63b20f
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ macro(KDE4_ADD_MANUAL_TEST _targetName)
|
|||
target_compile_definitions(
|
||||
${_targetName} PRIVATE
|
||||
-DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/"
|
||||
-DKDEBINDIR="${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
)
|
||||
set_target_properties(
|
||||
${_targetName} PROPERTIES
|
||||
|
|
Loading…
Add table
Reference in a new issue