##// END OF EJS Templates
Add Apple runtime config to find CatalogueAPI at runtime when building with cmake
Add Apple runtime config to find CatalogueAPI at runtime when building with cmake

File last commit:

r8:d7dd29e57aeb
r1099:124e87e46711
Show More
CMakeLists.txt
11 lines | 174 B | text/plain | CMakeLexer
## Main CMakeLists for SCIQLOP
CMAKE_MINIMUM_REQUIRED (VERSION 3.6.1)
cmake_policy(VERSION 3.6)
PROJECT(SCIQLOP)
#
# build the project
#
INCLUDE("cmake/sciqlop.cmake")