Editor UI refactoring

This commit is contained in:
2024-10-24 04:48:36 +03:00
parent 7bac24d34e
commit aa324903fd
17 changed files with 1249 additions and 669 deletions

View File

@@ -0,0 +1,11 @@
Import("env")
Import("env_modules")
env.stream_building_sources = []
env.add_source_files(env.stream_building_sources, "*.cpp")
lib = env.add_library("npc", env.stream_building_sources)
env.Prepend(LIBS=[lib])
env.Prepend(CPPPATH=[".."])
env.Prepend(CPPPATH=["../../../meshoptimizer/src"])