Fixed Windows not linking properly to LibXML2.
This commit is contained in:
parent
1d75b2ac0f
commit
f666903a88
3 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ set(CMAKE_C_STANDARD 99)
|
|||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
||||
# Dependencies
|
||||
set(CMAKE_TLS_VERIFY FALSE) # Custom TLS/Proxy sometimes does not enable download
|
||||
include(dependencies.cmake)
|
||||
|
||||
# Game source files
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
Here is an example of the cmake fetch if the `find_package()` cannot be used. Fetch is useful when building custom version of popular libraries.
|
||||
|
|
|
@ -24,7 +24,7 @@ target_include_directories(${TARGET} PRIVATE "${Poco_INCLUDE_DIRS}")
|
|||
# Libraries
|
||||
target_link_libraries(
|
||||
${TARGET} PRIVATE
|
||||
${LIBXML2_LIBRARY}
|
||||
LibXml2
|
||||
PocoFoundation
|
||||
PocoUtil
|
||||
PocoNet
|
||||
|
|
Loading…
Add table
Reference in a new issue