moved to dvm_svn
This commit is contained in:
@@ -13,37 +13,16 @@ add_definitions("-D YYDEBUG")
|
|||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
set(fdvm_include projects/dvm/fdvm/trunk/include)
|
set(fdvm_include projects/dvm_svn/fdvm/trunk/include)
|
||||||
set(fdvm_sources projects//dvm/fdvm/trunk/fdvm/)
|
set(fdvm_sources projects/dvm_svn/fdvm/trunk/fdvm/)
|
||||||
set(sage_include_1 projects/dvm/fdvm/trunk/Sage/lib/include)
|
set(sage_include_1 projects/dvm_svn/fdvm/trunk/Sage/lib/include)
|
||||||
set(sage_include_2 projects/dvm/fdvm/trunk/Sage/h/)
|
set(sage_include_2 projects/dvm_svn/fdvm/trunk/Sage/h/)
|
||||||
set(libdb_sources projects/dvm/fdvm/trunk/Sage/lib/oldsrc)
|
set(libdb_sources projects/dvm_svn/fdvm/trunk/Sage/lib/oldsrc)
|
||||||
set(sage_sources projects/dvm/fdvm/trunk/Sage/lib/newsrc)
|
set(sage_sources projects/dvm_svn/fdvm/trunk/Sage/lib/newsrc)
|
||||||
set(sagepp_sources projects/dvm/fdvm/trunk/Sage/Sage++)
|
set(sagepp_sources projects/dvm_svn/fdvm/trunk/Sage/Sage++)
|
||||||
set(parser_sources projects/dvm/fdvm/trunk/parser)
|
set(parser_sources projects/dvm_svn/fdvm/trunk/parser)
|
||||||
set(pppa_sources projects/dvm/tools/pppa/trunk/src)
|
set(pppa_sources projects/dvm_svn/tools/pppa/trunk/src)
|
||||||
set(zlib_sources projects/dvm/tools/Zlib)
|
set(zlib_sources projects/dvm_svn/tools/Zlib)
|
||||||
|
|
||||||
# Read pathes to external sapfor directories
|
|
||||||
#if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/projects/paths.txt")
|
|
||||||
# message("Found paths.txt, using custom paths.")
|
|
||||||
# FILE(STRINGS ./projects/paths.txt SAPFOR_PATHS)
|
|
||||||
#else ()
|
|
||||||
# message("Not found paths.txt, using default paths.")
|
|
||||||
# FILE(STRINGS ./projects/paths.default.txt SAPFOR_PATHS)
|
|
||||||
#endif ()
|
|
||||||
|
|
||||||
foreach (NameAndValue ${SAPFOR_PATHS})
|
|
||||||
# Strip leading spaces
|
|
||||||
string(REGEX REPLACE "^[ ]+" "" NameAndValue ${NameAndValue})
|
|
||||||
# Find variable name
|
|
||||||
string(REGEX MATCH "^[^=]+" Name ${NameAndValue})
|
|
||||||
# Find the value
|
|
||||||
string(REPLACE "${Name}=" "" Value ${NameAndValue})
|
|
||||||
# Set the variable, note the ../ because we are deeper than the file
|
|
||||||
set(${Name} "${Value}")
|
|
||||||
message("Using ${Name} ${${Name}}")
|
|
||||||
endforeach ()
|
|
||||||
|
|
||||||
include_directories(src)
|
include_directories(src)
|
||||||
#Sage lib includes
|
#Sage lib includes
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user