64c6c943c7
Change-Id: I7a8a3fd0a844a518592957fe07c6e707dd452d5f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
19 lines
543 B
CMake
19 lines
543 B
CMake
# Generated from openglwindow.pro.
|
|
|
|
#####################################################################
|
|
## openglwindow Binary:
|
|
#####################################################################
|
|
|
|
add_qt_executable(openglwindow
|
|
GUI
|
|
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/gui/openglwindow"
|
|
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/gui/openglwindow"
|
|
SOURCES
|
|
main.cpp
|
|
openglwindow.cpp openglwindow.h
|
|
INCLUDE_DIRECTORIES
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
LIBRARIES # special case
|
|
Qt::Gui
|
|
)
|