You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
####################
|
|
# add include headers to IDE
|
|
|
|
file(GLOB include_files
|
|
RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
|
|
"*.hpp"
|
|
)
|
|
add_custom_target(safe_numerics SOURCES ${include_files})
|
|
|
|
add_subdirectory("concept")
|
|
|
|
# end headers in IDE
|
|
####################
|