Skip to content

Instantly share code, notes, and snippets.

@jfo
Created March 9, 2018 12:23
Show Gist options
  • Save jfo/c37b5316c3b99d19ac3d55c8104ab8d6 to your computer and use it in GitHub Desktop.
Save jfo/c37b5316c3b99d19ac3d55c8104ab8d6 to your computer and use it in GitHub Desktop.
commit c2355e5696d10b7294b0cb2105022543c2c121fe
Author: Jeff Fowler <jeffowler@gmail.com>
Date: Sun Feb 18 15:36:17 2018 +0100
xml dep
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c23c0b6e..73b26578 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -693,6 +693,7 @@ target_link_libraries(zig LINK_PUBLIC
${CLANG_LIBRARIES}
${LLD_LIBRARIES}
${LLVM_LIBRARIES}
+ xml2
${CMAKE_THREAD_LIBS_INIT}
)
if(ZIG_DIA_GUIDS_LIB)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment