cmake: more work on dks6

This commit is contained in:
2018-05-30 19:07:25 +02:00
parent 78de97f498
commit 923b3c493f
4 changed files with 358 additions and 1 deletions

View File

@ -10,6 +10,7 @@
find_path(DKS_INCLUDE_DIR DKSBaseMuSR.h
HINTS "/usr/include" "/opt/local/include" "$ENV{HOME}/Apps/DKS/exec/include"
"$ENV{HOME}/Applications/DKS/exec/include"
)
# find position of DKSBaseMuSR.h from the end
@ -21,6 +22,7 @@ unset(substr)
find_library(DKS_LIBRARY dksshared
HINTS "/usr/lib" "/usr/lib64" "/opt/local/lib" "$ENV{HOME}/Apps/DKS/exec/lib"
"$ENV{HOME}/Applications/DKS/exec/lib"
)
# as35 set here the DKS version explicitly. This is VERY ugly and should be fixed