X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fcmake%2FBBTKKernelConfig.cmake;h=27149d437857495088234016cbc534b56df2b1d8;hb=7785d9f3ee33f106ad64a204d8cef883185180b0;hp=1b6136449df5f9b6908e6feb85cee4383222ccf8;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/kernel/cmake/BBTKKernelConfig.cmake b/kernel/cmake/BBTKKernelConfig.cmake index 1b61364..27149d4 100644 --- a/kernel/cmake/BBTKKernelConfig.cmake +++ b/kernel/cmake/BBTKKernelConfig.cmake @@ -19,6 +19,7 @@ SET(BBTK_CORE_PACKAGE TRUE) IF(WIN32) SET (EXECUTABLE_OUTPUT_REL_PATH "") SET (LIBRARY_OUTPUT_REL_PATH "") + SET (ADDITIONAL_DLL_PATH "C:/CreaTools/lib" CACHE PATH "Additional paths in which to look for dlls") ELSE(WIN32) SET (EXECUTABLE_OUTPUT_REL_PATH bin) SET (LIBRARY_OUTPUT_REL_PATH bin) @@ -30,6 +31,9 @@ SET (LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/${LIBRARY_OUTPUT_REL_PATH}) #----------------------------------------------------------------------------- + + + #----------------------------------------------------------------------------- # The var BBTK_BIN_PATH # gives the system-dependent path to output binaries