git-svn-id: svn://db.shs.com.ru/libs@177 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -12,8 +12,8 @@ set(LIBPROJECT 1)
|
|||||||
set(PIP_LIBRARY pip)
|
set(PIP_LIBRARY pip)
|
||||||
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io" "console" "math" "code" "geo")
|
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io" "console" "math" "code" "geo")
|
||||||
set(PIP_INCLUDES)
|
set(PIP_INCLUDES)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
|
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -march=native")
|
#set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -march=native")
|
||||||
foreach(F ${PIP_FOLDERS})
|
foreach(F ${PIP_FOLDERS})
|
||||||
list(APPEND PIP_INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/pip/src/${F}")
|
list(APPEND PIP_INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/pip/src/${F}")
|
||||||
endforeach(F)
|
endforeach(F)
|
||||||
|
|||||||
Reference in New Issue
Block a user