Skip to content

Commit

Permalink
revert CMake because it broke on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
holywyvern committed May 10, 2020
1 parent aa3aca5 commit 45ee4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ endif()

include(FindLibXml2)
find_package(LibXml2 REQUIRED)
target_link_libraries(tmx LibXml2::LibXml2)
include_directories(${LIBXML2_INCLUDE_DIR}) target_link_libraries(tmx LibXml2::LibXml2)
list(APPEND libs ${LIBXML2_LIBRARIES})

# -- Build

Expand Down

0 comments on commit 45ee4de

Please sign in to comment.