|
ldas-tools-framecpp 3.0.4
|
#include <sys/types.h>#include <dirent.h>
Macros | |
| #define | DO_PRAGMA(x) |
| #define | WORKING() |
Functions | |
| cmake_minimum_required (VERSION 3.2) set(LDAS_TOOLS_FRAMECPP_PACKAGE_NAME ldas-tools-framecpp) set(LDAS_TOOLS_FRAMECPP_VERSION 3.0.4) set(LDAS_TOOLS_CMAKE_VERSION 1.2.3) set(LDAS_TOOLS_AL_VERSION 2.6.7) set(FRAME_SPEC_VERSION 9) set(PROJECT_DESCRIPTION "This provides the libraries for the framecpp library.") set(PROJECT_DESCRIPTION_LONG "This provides a collection of classes and fuctions" "needed to manipulate gravitational wave frame files" "as used by the LDAS Tools Suite.") set(BOOST_MINIMUM_VERSION 1.67) if(NOT "$ | |
| set (CMAKE_CXX_STANDARD 17) endif() set(CMAKE_CXX_STANDARD_REQUIRED YES) set(CMAKE_CXX_EXTENSIONS NO) if(NOT CMAKE_OSX_ARCHITECTURES) set(CMAKE_OSX_ARCHITECTURES x86_64) endif() function(cl_target_test_help executable) cx_target_test($ | |
| #define DO_PRAGMA | ( | x | ) |
| #define WORKING | ( | ) |
| cmake_minimum_required | ( | VERSION 3. | 2 | ) |
| set | ( | CMAKE_CXX_STANDARD | 17 | ) |