Skip to content

Commit 4d6c5a7

Browse files
committed
adding mips tester
1 parent 249bb51 commit 4d6c5a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/mips/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ if(BN_INTERNAL_BUILD)
4646
LIBRARY_OUTPUT_DIRECTORY ${BN_CORE_PLUGIN_DIR}
4747
RUNTIME_OUTPUT_DIRECTORY ${BN_CORE_PLUGIN_DIR})
4848
endif()
49+
50+
add_executable(mipstest mips/mips.c mips/test.c)
51+
target_link_libraries(mipstest PRIVATE arch_mips)

0 commit comments

Comments
 (0)