view cpp/qt_opengl/CMakeLists.txt @ 392:6bd75093d3bb

Allow specifying the location the resulting D modules are installed to.
author David Nadlinger <code@klickverbot.at>
date Sat, 28 Aug 2010 02:17:15 +0200
parents e78566595089
children
line wrap: on
line source

PROJECT(QT_OPENGL_CPP CXX)
# source files

SET(QT_OPENGL_SRCS
QGLWidget_shell.cpp
QGLFormat_shell.cpp
QGLContext_shell.cpp
QGLColormap_shell.cpp
)

ADD_LIBRARY(qt_opengl_cpp STATIC ${QT_OPENGL_SRCS})