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

Commit 07732a0

Browse files
authored
build: tell libRenderingLab where to find .dlls
1 parent 35b5f9d commit 07732a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ message(" finding where Skia shared library is")
1717
include(FindSkiaSystem)
1818
message(" set SKIA_LIBRARIES to ${SKIA_LIBRARIES}")
1919

20+
# tell target where to find .dlls
21+
target_link_directories(lib${CMAKE_PROJECT_NAME} PRIVATE ${CMAKE_BINARY_DIR}/src)
22+
2023
set(LIBRARY_DEPENDENCIES
2124
${APP_DEPENDENCIES}
2225
${SKIA_LIBRARIES}

0 commit comments

Comments
 (0)