Add fmtlib to scons
This commit is contained in:
@@ -5,10 +5,12 @@ Import("env platform party_classes common_sources")
|
||||
arch_short = '64' if (env['bits'] == '64') else '86'
|
||||
|
||||
# Add path to scons
|
||||
env.Append(CPPPATH=['./deps/Catch2/single_include/catch2'])
|
||||
env.Append(CPPPATH=['../deps/Catch2/single_include/catch2'])
|
||||
|
||||
test_sources = Glob("""*.cpp""") + Split("""
|
||||
#build/obj/scenedit/scen.fileio.cpp
|
||||
../deps/fmtlib/src/format.cc
|
||||
../deps/fmtlib/src/os.cc
|
||||
""")
|
||||
|
||||
debug_symbols = None
|
||||
|
Reference in New Issue
Block a user