Added core cmake file.
This commit is contained in:
parent
b93acdb9a2
commit
0357b82201
|
@ -0,0 +1,8 @@
|
|||
# LOCATION: projectroot/src/core
|
||||
|
||||
#Example/template lines.
|
||||
add_library(core_riscv SHARED
|
||||
core_riscv.c
|
||||
)
|
||||
|
||||
target_include_directories(core_riscv PUBLIC ./inc)
|
Loading…
Reference in New Issue