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
21 lines
674 B
|
|
###########################################################################
|
|
#
|
|
# Configuration
|
|
#
|
|
###########################################################################
|
|
|
|
#cmake -DLUXRAYS_CUSTOM_CONFIG=cmake/SpecializedConfig/sattva.cmake .
|
|
|
|
MESSAGE(STATUS "Using my own settings")
|
|
|
|
set(FREEIMAGE_ROOT "${LuxRays_SOURCE_DIR}/../target/include")
|
|
set(BOOST_SEARCH_PATH "${LuxRays_SOURCE_DIR}/../target/lib")
|
|
|
|
# set(OPENCL_SEARCH_PATH "$ENV{ATISTREAMSDKROOT}")
|
|
set(OPENCL_SEARCH_PATH "/usr/src/opencl-sdk/include")
|
|
set(OPENCL_LIBRARYDIR "${OPENCL_SEARCH_PATH}/lib/x86_64")
|
|
|
|
# set(BUILD_LUXMARK TRUE)
|
|
set(CMAKE_BUILD_TYPE "Release")
|
|
|