- Mark nci_output and nci_folders as lists.

svn path=/branches/cmake-bringup/; revision=48699
This commit is contained in:
Amine Khaldi 2010-09-04 16:59:33 +00:00
parent 7dbd1be0fe
commit 626eb6f07b

View file

@ -112,7 +112,7 @@ add_subdirectory(subsystems)
# nci generated intermediate files
set(nci_output
list(APPEND nci_output
${REACTOS_BINARY_DIR}/ntoskrnl/include/internal/napi.h
${REACTOS_BINARY_DIR}/subsystems/win32/win32k/include/napi.h
${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S
@ -120,7 +120,7 @@ set(nci_output
${REACTOS_BINARY_DIR}/lib/win32ksys/win32k.S
${REACTOS_BINARY_DIR}/dll/ntdll/def/ntsys.pspec)
set(nci_folders
list(APPEND nci_folders
${CMAKE_CURRENT_BINARY_DIR}/dll/ntdll/def
${CMAKE_CURRENT_BINARY_DIR}/lib/ntdllsys/ntdll
${CMAKE_CURRENT_BINARY_DIR}/lib/win32ksys