reactos/lib/ntdllsys/CMakeLists.txt

6 lines
267 B
CMake
Raw Normal View History

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)
set_target_properties(ntdllsys PROPERTIES LINKER_LANGUAGE C)