mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Moved the settings class to a subfolder.
This commit is contained in:
parent
9ed17fe193
commit
cfd1ecf718
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user