meta: add stub compiler, assembler, and runtime libraries
This commit is contained in:
8
libasm/CMakeLists.txt
Normal file
8
libasm/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
file(GLOB_RECURSE libasm_sources *.c *.h include/ivy/*.h)
|
||||
|
||||
add_library(ivy-asm SHARED ${libasm_sources})
|
||||
target_link_libraries(
|
||||
ivy-asm
|
||||
Bluelib::Core
|
||||
Bluelib::Object
|
||||
Bluelib::Cmd)
|
||||
0
libasm/include/ivy/asm.h
Normal file
0
libasm/include/ivy/asm.h
Normal file
0
libasm/misc.c
Normal file
0
libasm/misc.c
Normal file
Reference in New Issue
Block a user