Moved the settings class to a subfolder.

This commit is contained in:
Relintai 2022-01-06 11:59:42 +01:00
parent 9ed17fe193
commit cfd1ecf718
3 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ env.add_source_files(env.core_sources, "./bry_http/*.cpp")
env.add_source_files(env.core_sources, "./database/*.cpp")
env.add_source_files(env.core_sources, "./os/*.cpp")
env.add_source_files(env.core_sources, "./threading/*.cpp")
env.add_source_files(env.core_sources, "./settings/*.cpp")
# Build it all as a library
lib = env.add_library("core", env.core_sources)