tools/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 16 Apr 2009 00:23:01 -0700
branchdev
changeset 131 d9e050258358
parent 124 af54138b98fd
child 167 5a5f3e1c466b
permissions -rw-r--r--
Alphashapes and Python bindings * converted alphashapes2d to the new format * added Python bindings for alphashapes * added sample alphashapes.py that dynamically distinguishes between 2D and 3D

find_package                (Qt4 REQUIRED)
set                         (QT_USE_QTOPENGL TRUE)
set                         (QT_USE_QTXML TRUE)
include                     (${QT_USE_FILE})

#find_library                (gle_LIBRARY                NAMES gle)
#find_library                (QGLViewer_LIBRARY          NAMES QGLViewer)
#find_path                   (QGLViewer_INCLUDE_DIR      QGLViewer/qglviewer.h)
#include_directories         (${QGLViewer_INCLUDE_DIR})

add_executable              (extract-diagram                extract-diagram.cpp)
target_link_libraries       (extract-diagram                ${libraries} ${Boost_SERIALIZATION_LIBRARY})

add_subdirectory            (diagram-viewer)
add_subdirectory            (matching)