Integrate Hall and riscv target
This commit is contained in:
11
lib/Hall/CMakeLists.txt
Normal file
11
lib/Hall/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
add_library(Hall STATIC
|
||||
source/Audio.cpp
|
||||
source/System.cpp
|
||||
source/Video.cpp
|
||||
)
|
||||
|
||||
target_include_directories(Hall
|
||||
PUBLIC SYSTEM include
|
||||
)
|
||||
|
||||
target_link_libraries(Hall PRIVATE RISCV_Options)
|
||||
Reference in New Issue
Block a user