mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
7188e0d7c6
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62867
5 lines
241 B
CMake
5 lines
241 B
CMake
|
|
add_executable(opengl32_winetest opengl.c testlist.c)
|
|
set_module_type(opengl32_winetest win32cui)
|
|
add_importlibs(opengl32_winetest opengl32 gdi32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET opengl32_winetest DESTINATION reactos/bin FOR all)
|