From eac5ee241dcc016ddbf67137fadc874c8c04dda7 Mon Sep 17 00:00:00 2001 From: Rafal Harabien Date: Tue, 31 May 2011 21:05:03 +0000 Subject: [PATCH] [CMAKE] - sys-stubs.S depends now on w32ksvc.h. Unfortunately CMake isn't smart enough to find it automatically svn path=/trunk/; revision=52030 --- reactos/subsystems/win32/win32k/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/subsystems/win32/win32k/CMakeLists.txt b/reactos/subsystems/win32/win32k/CMakeLists.txt index da0d3cba119..29ac47c6871 100644 --- a/reactos/subsystems/win32/win32k/CMakeLists.txt +++ b/reactos/subsystems/win32/win32k/CMakeLists.txt @@ -199,3 +199,4 @@ add_cd_file(TARGET win32k DESTINATION reactos/system32 FOR all) add_importlib_target(win32k.spec) add_library(win32ksys sys-stubs.S) +set_source_files_properties(sys-stubs.S PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/w32ksvc.h)