diff options
-rw-r--r-- | doc/TODO.txt | 1 | ||||
-rw-r--r-- | tests/CMakeLists.txt | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 65534b8..2202792 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -116,6 +116,7 @@ o Misc (e.g Preview, Render) - If trying to export STL/DXF but source is newer than the CGAL rendering, ask for confirmation. + - Go through keyboard shortcuts and make them more conformant to platform standards o Cmd-line - Add verbose option (PRINT command from mainwin.cc and progress output) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 80af81f..76a08ec 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -195,6 +195,12 @@ add_executable(echotest echotest.cc ${CORE_SOURCES}) target_link_libraries(echotest ${QT_LIBRARIES} ${OPENGL_LIBRARY}) # +# echotest +# +add_executable(echotest echotest.cc ${CORE_SOURCES}) +target_link_libraries(echotest ${QT_LIBRARIES} ${OPENGL_LIBRARY}) + +# # Offscreen OpenGL context source code # if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") |