git-svn-id: svn://db.shs.com.ru/libs@172 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-03-23 07:57:41 +00:00
parent e45ac32c36
commit 5f66368c7b

View File

@@ -12,6 +12,8 @@ set(LIBPROJECT 1)
set(PIP_LIBRARY pip)
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io" "console" "math" "code" "geo")
set(PIP_INCLUDES)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -march=native")
foreach(F ${PIP_FOLDERS})
list(APPEND PIP_INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/pip/src/${F}")
endforeach(F)