view cpp/qt_opengl/CMakeLists.txt @ 72:b149ef2cb18b

more porting
author mandel
date Wed, 20 May 2009 22:44:31 +0000
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})