diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cfad7e..4b2aca9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,4 +27,8 @@ set (CIL_VERSION_PATCH 1) set (CIL_VERSION '${CIL_VERSION_MAJOR}.${CIL_VERSION_MINOR}.${CIL_VERSION_PATCH}' CACHE INTERNAL "Core Imaging Library version" FORCE) -add_subdirectory(src) +# set the Python variables for the Conda environment +include(${CMAKE_SOURCE_DIR}/CMake/FindAnacondaEnvironment.cmake) + +add_subdirectory(Core) +add_subdirectory(Wrappers) |