reactos/lib/ntdllsys/CMakeLists.txt
Sylvain Petreolle 046d0e3522 [CMAKE]
ntdllsys: Add asm dependency.

svn path=/branches/cmake-bringup/; revision=49696
2010-11-21 18:37:27 +00:00

6 lines
271 B
CMake

set_source_files_properties(${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S PROPERTIES GENERATED TRUE)
add_library(ntdllsys STATIC ${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S)
add_dependencies(ntdllsys ntdll_S asm)
set_target_properties(ntdllsys PROPERTIES LINKER_LANGUAGE C)