Added thirdparty: boost library

This commit is contained in:
Viacheslav Demydiuk
2024-01-06 19:55:56 +02:00
parent bf49f439e1
commit bccd1e7051
15683 changed files with 3239840 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
####################
# 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
####################