From e0cb6bd23b21f126bde42f74f4b1a798c3e15b0f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 7 Jan 2010 07:03:58 +0100 Subject: Major cleanup Much better now! --- src/CMakeLists.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..cdf2748 --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,23 @@ +add_executable(zoomedit + Data/Gate.cpp Data/Gate.h + Data/Info.cpp Data/Info.h + Data/Level.cpp Data/Level.h + Data/Room.cpp Data/Room.h + Data/TexCoords.h + Data/Texture.cpp Data/Texture.h + Data/Triangle.cpp Data/Triangle.h + + Gui/AspectFrame.h + Gui/RenderArea.cpp Gui/RenderArea.h + Gui/Window.cpp Gui/Window.h + + Math/Triangle2D.cpp Math/Triangle2D.h + + View/MapView.cpp View/MapView.h + View/TopView.cpp View/TopView.h + View/View.h + + Instance.cpp Instance.h + zoomedit.cpp +) +target_link_libraries(zoomedit ${OPENGL_gl_LIBRARY} ${XMLPP_LIBRARIES} ${GTKMM_LIBRARIES} ${GTKGLEXT_LIBRARIES}) -- cgit v1.2.3