diff options
author | chrysn <chrysn@fsfe.org> | 2013-06-24 17:07:43 (GMT) |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2013-06-25 11:41:48 (GMT) |
commit | 887c4757b623395236694060a32a511db7a9b605 (patch) | |
tree | e5d20916fdc954092caec1a8154652dadfc9d383 /tests/CMakeLists.txt | |
parent | 770cb09f5ff06cfaaa1e56d30a8b62794b3617e7 (diff) |
drop cgalpngtest for openscad drop in replacement
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index cdaaeaf..b32ff1f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -560,13 +560,6 @@ set_target_properties(cgalstlsanitytest PROPERTIES COMPILE_FLAGS "-DENABLE_CGAL target_link_libraries(cgalstlsanitytest tests-cgal ${TESTS-CGAL-LIBRARIES}) # -# cgalpngtest -# -add_executable(cgalpngtest cgalpngtest.cc ../src/CGALRenderer.cc ../src/renderer.cc ../src/rendersettings.cc) -set_target_properties(cgalpngtest PROPERTIES COMPILE_FLAGS "-DENABLE_CGAL ${CGAL_CXX_FLAGS_INIT}") -target_link_libraries(cgalpngtest tests-offscreen tests-cgal ${OPENCSG_LIBRARY} ${TESTS-CGAL-LIBRARIES} ${GLEW_LIBRARY} ${COCOA_LIBRARY}) - -# # cgalcachetest # add_executable(cgalcachetest cgalcachetest.cc) |