mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
9 lines
298 B
CMake
9 lines
298 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
add_executable(subst subst.c subst.rc)
|
|
set_module_type(subst win32cui UNICODE)
|
|
target_link_libraries(subst conutils ${PSEH_LIB})
|
|
add_importlibs(subst msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET subst DESTINATION reactos/system32 FOR all)
|