You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
674 B

  1. ###########################################################################
  2. #
  3. # Configuration
  4. #
  5. ###########################################################################
  6. #cmake -DLUXRAYS_CUSTOM_CONFIG=cmake/SpecializedConfig/sattva.cmake .
  7. MESSAGE(STATUS "Using my own settings")
  8. set(FREEIMAGE_ROOT "${LuxRays_SOURCE_DIR}/../target/include")
  9. set(BOOST_SEARCH_PATH "${LuxRays_SOURCE_DIR}/../target/lib")
  10. # set(OPENCL_SEARCH_PATH "$ENV{ATISTREAMSDKROOT}")
  11. set(OPENCL_SEARCH_PATH "/usr/src/opencl-sdk/include")
  12. set(OPENCL_LIBRARYDIR "${OPENCL_SEARCH_PATH}/lib/x86_64")
  13. # set(BUILD_LUXMARK TRUE)
  14. set(CMAKE_BUILD_TYPE "Release")