root/src/testbed/CMakeLists.txt @ 172:1567be091247

Revision 172:1567be091247, 299 bytes (checked in by Andreas Schaefer <gentryx@…>, 15 months ago)

2d jacobi style smoother performance prototype

Line 
1set(RELATIVE_PATH "")
2include(auto.cmake)
3
4set(CMAKE_CXX_FLAGS "-O3 -march=native -g")
5#if (LIBGEODECOMP_FEATURE_OPENCL)
6  add_executable(testbed ${SOURCES})
7  target_link_libraries(testbed ${LOCAL_LIBGEODECOMP_LINK_LIB})
8#  target_link_libraries(testbed OpenCL)
9#endif(LIBGEODECOMP_FEATURE_OPENCL)
Note: See TracBrowser for help on using the browser.