mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kwin: exclude some source files from the unity build
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
dcd7d1a72b
commit
41b2b2257d
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ target_link_libraries(kwin-testVirtualDesktops
|
||||||
########################################################
|
########################################################
|
||||||
# Test ClientMachine
|
# Test ClientMachine
|
||||||
########################################################
|
########################################################
|
||||||
|
set_source_files_properties(
|
||||||
|
${CMAKE_CURRENT_SOURCE_DIR}/../cursor.cpp
|
||||||
|
PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE
|
||||||
|
)
|
||||||
|
|
||||||
set( testClientMachine_SRCS
|
set( testClientMachine_SRCS
|
||||||
test_client_machine.cpp
|
test_client_machine.cpp
|
||||||
../client_machine.cpp
|
../client_machine.cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue