reactos/dll/win32/opengl32/CMakeLists.txt
Amine Khaldi 9fa710c813 * Sync with recent trunk (r52637).
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52643
2011-07-11 19:40:43 +00:00

31 lines
526 B
CMake

set_unicode()
spec2def(opengl32.dll opengl32.spec)
list(APPEND SOURCE
font.c
gl.c
opengl32.c
wgl.c
${CMAKE_CURRENT_BINARY_DIR}/opengl32_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/opengl32.def)
add_library(opengl32 SHARED ${SOURCE})
set_module_type(opengl32 win32dll)
add_importlibs(opengl32
msvcrt
gdi32
user32
advapi32
glu32
kernel32
ntdll)
add_pch(opengl32 opengl32.h)
add_cd_file(TARGET opengl32 DESTINATION reactos/system32 FOR all)
add_importlib_target(opengl32.spec)