Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 1f56385

Browse files
committed
Add microkernel to CMAKE
1 parent 88f8658 commit 1f56385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_subdirectory(tokenizer)
1414
# include et_run executable
1515
include(runner/et.cmake)
1616
if(TARGET et_run)
17-
target_link_libraries(et_run PUBLIC tokenizer)
17+
target_link_libraries(et_run PUBLIC tokenizer microkernels-prod)
1818
endif()
1919

2020
# include aoti_run executable

0 commit comments

Comments
 (0)