mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 12:48:11 +00:00
Added thirdparty: boost library
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
####################
|
||||
# add include headers to IDE
|
||||
|
||||
set(USE_FOLDERS TRUE)
|
||||
|
||||
file(GLOB include_files
|
||||
RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/*.hpp"
|
||||
)
|
||||
add_custom_target(concept SOURCES ${include_files})
|
||||
set_target_properties(concept PROPERTIES FOLDER "safe_numerics")
|
||||
|
||||
# end headers in IDE
|
||||
####################
|
||||
Reference in New Issue
Block a user