diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt new file mode 100644 index 0000000..fd64bcf --- /dev/null +++ b/src/core/CMakeLists.txt @@ -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)