mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-16 04:08:10 +00:00
Added thirdparty: boost library
This commit is contained in:
+13
@@ -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
|
||||
####################
|
||||
Reference in New Issue
Block a user