meta: rename frontend source directory

This commit is contained in:
2024-11-13 21:38:55 +00:00
parent 154b1c4dcc
commit 06bf9a3030
8 changed files with 1 additions and 1 deletions

12
frontend/CMakeLists.txt Normal file
View File

@@ -0,0 +1,12 @@
file(GLOB_RECURSE ivy_sources *.c *.h)
add_executable(ivy ${ivy_sources})
target_link_libraries(
ivy
ivy-rt
ivy-asm
ivy-lang
ivy-common
Bluelib::Core
Bluelib::Object
Bluelib::Cmd)