mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
48c036e7e7
If Explorer shell is not available, use ReactOS's alternative file browser instead. CORE-19648
11 lines
266 B
CMake
11 lines
266 B
CMake
|
|
spec2def(ncpa.cpl ncpa.spec)
|
|
|
|
add_library(ncpa MODULE
|
|
ncpa.c
|
|
${CMAKE_CURRENT_BINARY_DIR}/ncpa.def)
|
|
|
|
set_module_type(ncpa cpl UNICODE)
|
|
add_importlibs(ncpa user32 advapi32 shell32 msvcrt kernel32)
|
|
add_cd_file(TARGET ncpa DESTINATION reactos/system32 FOR all)
|