* rename hkl-pseudoaxis-common -> hkl-pseudoaxis-common-hkl
[hkl.git] / CMakeLists.txt
blob2ca01f8bde77d4e5a3e22e519decf4a0297c15d3
1 cmake_minimum_required(VERSION 2.6)
2 project(HKL C)
3 enable_testing()
4 find_library(GSL_LIB_PATH GSL /usr/Local/DistribTango/soleil-root/sw-support/GSL)
5 find_path(GSL_INCLUDE_PATH gsl/gsl_math.h /usr/Local/DistribTango/soleil-root/sw-support/GSL/include)
6 add_subdirectory(src)
7 add_subdirectory(test)