khanat-opennel-code/code/nel/tools/3d/object_viewer_widget/CMakeLists.txt

19 lines
622 B
CMake
Raw Normal View History

#-----------------------------------------------------------------------------
#
# Object Viewer Widget
# Copyright (C) 2010 Adrian J<>kel <aj at elane2k dot com>
#
#-----------------------------------------------------------------------------
# This tells the application(s) where to find the installed data.
2012-09-22 20:57:38 +00:00
#ADD_DEFINITIONS(-DDATA_DIR="\\"${NL_SHARE_ABSOLUTE_PREFIX}/georges_editor_qt/\\"")
ADD_SUBDIRECTORY(src)
#INSTALL(DIRECTORY data/
# DESTINATION share/georges_editor_qt/data
# COMPONENT data
# PATTERN "CVS" EXCLUDE
# PATTERN ".svn" EXCLUDE
# PATTERN "Makefile*" EXCLUDE)