mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
11 lines
412 B
CMake
11 lines
412 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
add_executable(localspl_winetest localmon.c testlist.c)
|
|
target_link_libraries(localspl_winetest wine)
|
|
set_module_type(localspl_winetest win32cui)
|
|
add_importlibs(localspl_winetest advapi32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET localspl_winetest DESTINATION reactos/bin FOR all)
|