diff options
author | Marius Kintel <marius@kintel.net> | 2011-10-16 16:06:36 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-10-16 16:06:36 (GMT) |
commit | 24634b3eccbe6bc934481b3da128c910c607a130 (patch) | |
tree | f49d9dae7fa0d59e4de9fed09f084855ffa49217 /tests | |
parent | 006329bff09d4ffb8b6302ee49a33ec2b483f908 (diff) |
merged
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 20cba6b..80af81f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -189,6 +189,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") |