root/src/testbed/CMakeLists.txt @ 6:2f94e6af83de

Revision 6:2f94e6af83de, 252 bytes (checked in by Andreas Schaefer <gentryx@…>, 2 years ago)

updated testbed example successfully builds OpenCL code

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