meta: rename frontend source directory
This commit is contained in:
12
frontend/CMakeLists.txt
Normal file
12
frontend/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user