tools/diagram-viewer/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 13 Apr 2009 20:44:31 -0700
branchdev
changeset 128 a5fd0c2a1c88
parent 99 6c0da7931e4d
permissions -rw-r--r--
Renamed header files in bindings/python to get rid of the "python-" prefix

set                         (diagram-viewerSources
                             diagram.cpp 
                             diagram-viewer-main.cpp)

set                         (diagram-viewerHeaders
                             diagram.h)

qt4_wrap_cpp                (diagram-viewerMocSources       ${diagram-viewerHeaders})

set                         (libraries                      ${libraries} 
                                                            ${Boost_SERIALIZATION_LIBRARY}
                                                            ${Boost_PROGRAM_OPTIONS_LIBRARY}
                                                            ${QT_LIBRARIES})

add_executable              (diagram-viewer                 ${diagram-viewerSources} 
                                                            ${diagram-viewerMocSources})

target_link_libraries       (diagram-viewer                 ${libraries})