mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
178300c8a6
* Fix PCH use in shell32. svn path=/branches/shell32_new-bringup/; revision=53319
14 lines
319 B
CMake
14 lines
319 B
CMake
|
|
spec2def(uext2.dll uext2.spec)
|
|
|
|
list(APPEND SOURCE
|
|
uext2.c
|
|
uext2.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/uext2.def)
|
|
|
|
add_library(uext2 SHARED ${SOURCE})
|
|
|
|
set_module_type(uext2 nativedll)
|
|
target_link_libraries(uext2 ext2lib)
|
|
add_importlibs(uext2 ntdll)
|
|
add_cd_file(TARGET uext2 DESTINATION reactos/system32 FOR all)
|