File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
projects/biogears/libBiogears Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 33###############################################################################
44message (STATUS " Configuring libbiogears" )
55
6+ configure_file ( ${CMAKE_CURRENT_SOURCE_DIR} /include /biogears/config.h.in ${CMAKE_CURRENT_BINARY_DIR} /../generated /biogears/config.h NEWLINE_STYLE LF)
7+
68#Biogears CDM
79add_source_files(CDM_PUBLIC_HDRS LOCATION ${BIOGEARS_SOURCE_DIR} /libCDM/include / REGEX "*.h" SOURCE_GROUP "Headers\\ Public\\ " )
810add_source_files(CDM_GEN_HDRS LOCATION ${BIOGEARS_BINARY_DIR} /biogears REGEX "*.hxx" SOURCE_GROUP "Headers\\ Public\\ " )
Original file line number Diff line number Diff line change 1+ #pragma once
2+
3+ #cmakedefine01 Biogears_BUILD_IO_LIBRARY
4+ #if Biogears_BUILD_IO_LIBRARY
5+ #define BIOGEARS_IO_PRESENT 1
6+ #endif
7+
8+ #cmakedefine01 Biogears_IO_INCLUDE_STATES
9+ #if Biogears_BUILD_IO_LIBRARY
10+ #define BIOGEARS_IO_EMBED_STATES 1
11+ #endif
12+
13+ #cmakedefine01 Biogears_IO_INCLUDE_SCENARIOS
14+ #if Biogears_IO_INCLUDE_SCENARIOS
15+ #define BIOGEARS_IO_EMBED_TEMPLATES 1
16+ #endif
17+
18+ #cmakedefine01 Biogears_IO_INCLUDE_DATA_TEMPLATES
19+ #if Biogears_IO_INCLUDE_DATA_TEMPLATES
20+ #define BIOGEARS_IO_EMBED_TEMPLATES 1
21+ #endif
22+
You can’t perform that action at this time.
0 commit comments