We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249bb51 commit 4d6c5a7Copy full SHA for 4d6c5a7
arch/mips/CMakeLists.txt
@@ -46,3 +46,6 @@ if(BN_INTERNAL_BUILD)
46
LIBRARY_OUTPUT_DIRECTORY ${BN_CORE_PLUGIN_DIR}
47
RUNTIME_OUTPUT_DIRECTORY ${BN_CORE_PLUGIN_DIR})
48
endif()
49
+
50
+add_executable(mipstest mips/mips.c mips/test.c)
51
+target_link_libraries(mipstest PRIVATE arch_mips)
0 commit comments