Implements map and ref for both static & dynamic mode
See merge request oss/rotgen!12
This commit is contained in:
parent
aacae1cbb1
commit
6c2b260229
58 changed files with 4121 additions and 1205 deletions
|
|
@ -29,20 +29,23 @@ endif()
|
|||
## Handle options
|
||||
##======================================================================================================================
|
||||
option(ROTGEN_FORCE_DYNAMIC "Force dynamic configuration for rotgen" OFF)
|
||||
option(ROTGEN_DISABLE_EXPRESSION_TEMPLATES "Disable expression templates" OFF)
|
||||
option(ROTGEN_ENABLE_EXPRESSION_TEMPLATES "Enable expression templates" OFF)
|
||||
set(ROTGEN_MAX_SIZE "" CACHE STRING "Max matrix number of elements for rotgen (integer)")
|
||||
|
||||
include(${ROTGEN_SOURCE_DIR}/cmake/options.cmake)
|
||||
handle_option(ROTGEN_COMPILE_DEFS)
|
||||
message(STATUS "[ROGEN] - Compiling with ${ROTGEN_COMPILE_DEFS}")
|
||||
|
||||
##======================================================================================================================
|
||||
## Sources & Public Headers lists
|
||||
##======================================================================================================================
|
||||
if(ROTGEN_FORCE_DYNAMIC)
|
||||
set ( SOURCES
|
||||
src/map.cpp
|
||||
src/matrix.cpp
|
||||
src/block.cpp
|
||||
src/info.cpp
|
||||
src/operators.cpp
|
||||
)
|
||||
else()
|
||||
set ( SOURCES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue