root/src/testbed/CMakeLists.txt @ 178:cc86edb738ca

Revision 178:cc86edb738ca, 314 bytes (checked in by Andreas Schaefer <gentryx@…>, 13 months ago)

added next generation interface prototype

Line 
1set(RELATIVE_PATH "")
2include(auto.cmake)
3
4set(CMAKE_CXX_FLAGS "-O3 -march=native -g -DMY_SIZE=7512")
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.