mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Finally eliminate the +lib target.
This commit is contained in:
@@ -46,9 +46,12 @@ cxxlibrary(
|
||||
"lib/vfs/vfs.h": "./vfs.h",
|
||||
},
|
||||
deps=[
|
||||
"+lib",
|
||||
"+fmt_lib",
|
||||
"arch",
|
||||
"lib/algorithms",
|
||||
".+proto_lib",
|
||||
"dep/hfsutils",
|
||||
"dep/adflib",
|
||||
"dep/fatfs",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "lib/core/globals.h"
|
||||
#include "lib/vfs/sectorinterface.h"
|
||||
#include "lib/data/image.h"
|
||||
#include "lib/readerwriter.h"
|
||||
#include "lib/algorithms/readerwriter.h"
|
||||
#include "lib/decoders/decoders.h"
|
||||
#include "lib/fluxsource/fluxsource.h"
|
||||
#include "lib/data/layout.h"
|
||||
|
||||
Reference in New Issue
Block a user