Skip to content

Commit 95534cd

Browse files
author
DenverM80
committed
fix path to libs
1 parent bbe1a05 commit 95534cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ include_directories(
3535
../win32/deps/install/lib/glib-2.0/include
3636
../win32/compatibility_includes)
3737
target_link_libraries(ds3
38-
../win32/deps/install/libcurl_a
39-
../win32/deps/install/libzlib_a
40-
../win32/deps/install/liblibxml2_a
41-
../win32/deps/install/libglib-2.0
38+
../win32/deps/install/lib/libcurl_a
39+
../win32/deps/install/lib/zlib_a
40+
../win32/deps/install/lib/libxml2_a
41+
../win32/deps/install/lib/glib-2.0
4242
Ws2_32)
4343

4444
file(TO_NATIVE_PATH ${WINDOWS_VS_OUTPUT_DIR}/ds3.dll DLL_LOCATION)

0 commit comments

Comments
 (0)