Properly link flecs library
This commit is contained in:
11
engine/libs/flecs/test/custom_builds/cpp/app/src/main.cpp
Normal file
11
engine/libs/flecs/test/custom_builds/cpp/app/src/main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <app.h>
|
||||
|
||||
int main(int, char *[]) {
|
||||
flecs::world ecs;
|
||||
|
||||
ecs.system().iter([](flecs::iter& it) {
|
||||
it.world().quit();
|
||||
});
|
||||
|
||||
return ecs.app().run();
|
||||
}
|
||||
Reference in New Issue
Block a user