Create basic engine

This commit is contained in:
2025-01-02 01:16:37 +00:00
parent c02068f1ba
commit b14d2f292a
5 changed files with 101 additions and 25 deletions

View File

@@ -1,5 +1,3 @@
add_library(engine
foo.c
)
add_library(engine engine.c)
set_default_target_options(engine)
target_include_directories(engine PUBLIC include)