mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
b9041e39bf
Add base/ modules to bootcd. svn path=/branches/cmake-bringup/; revision=49477
8 lines
No EOL
175 B
CMake
8 lines
No EOL
175 B
CMake
add_definitions(-D_DLL -D__USE_CRTIMP)
|
|
|
|
add_executable(find find.c find.rc)
|
|
|
|
set_module_type(find win32cui)
|
|
add_importlibs(find user32 msvcrt kernel32)
|
|
|
|
add_cab_target(find 1) |