We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7be28f commit 312076dCopy full SHA for 312076d
io/xmlparser/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright (C) 1995-2019, Rene Brun and Fons Rademakers.
+# CopyrightO (C) 1995-2019, Rene Brun and Fons Rademakers.
2
# All rights reserved.
3
#
4
# For the licensing terms see $ROOTSYS/LICENSE.
@@ -24,7 +24,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(XMLParser
24
src/TXMLDocument.cxx
25
src/TXMLNode.cxx
26
src/TXMLParser.cxx
27
- DEPENDENCIES
+ LIBRARIES
28
Core
29
)
30
@@ -39,3 +39,4 @@ target_link_libraries(XMLParser
39
${LIBXML2_LIBRARIES}
40
$<$<PLATFORM_ID:Windows>:ws2_32.lib>
41
42
+
0 commit comments