mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
- Move sdk\include\reactos\wine to sdk\include\wine - Reorder the directories in include_directories() to be closer to alphabetical. This should make it easier to determine what global include directories can be removed in the future.
6 lines
206 B
CMake
6 lines
206 B
CMake
|
|
add_executable(expand expand.c expand.rc)
|
|
set_module_type(expand win32cui)
|
|
add_importlibs(expand lz32 setupapi user32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET expand DESTINATION reactos/system32 FOR all)
|