[libc] fix LibcUnitTestMain when building with shared libraries

This commit is contained in:
Guillaume Chatelet 2021-07-26 08:43:45 +00:00
parent cdcc354768
commit 47afd43eaa
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ add_library(
target_include_directories(LibcUnitTestMain PUBLIC ${LIBC_SOURCE_DIR})
add_dependencies(LibcUnitTestMain LibcUnitTest libc.utils.CPP.standalone_cpp)
target_link_libraries(LibcUnitTestMain PUBLIC libc_test_utils)
target_link_libraries(LibcUnitTestMain PUBLIC LibcUnitTest libc_test_utils)