mirror of
https://github.com/reactos/reactos
synced 2025-10-05 16:02:58 +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.
7 lines
237 B
CMake
7 lines
237 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
add_executable(oledlg_winetest main.c testlist.c)
|
|
set_module_type(oledlg_winetest win32cui)
|
|
add_importlibs(oledlg_winetest oledlg ole32 user32 msvcrt kernel32)
|
|
add_rostests_file(TARGET oledlg_winetest)
|