Skip to content
Snippets Groups Projects
Commit 95e12260 authored by Ulrich Huber's avatar Ulrich Huber
Browse files

[fix] Fix linking as part of kernelspace by adding toki-libc-repl

parent 93a0dd5b
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,11 @@ find_package(
REQUIRED
)
find_package(
toki-libc-repl-headers 0.1
REQUIRED
)
add_library(
sfmt
#
......@@ -36,6 +41,7 @@ target_link_libraries(
#
PUBLIC sfmt-headers
PRIVATE sfmt-config
PRIVATE toki-libc-repl-headers
)
......
......@@ -6,6 +6,7 @@ include(CMakeFindDependencyMacro)
find_dependency(sfmt-headers 1.4.1)
find_dependency(sfmt-config 0.1)
find_dependency(toki-libc-repl-headers)
# Import targets
include(${CMAKE_CURRENT_LIST_DIR}/sfmt-targets.cmake)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment