initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
13
libs/wxWidgets-3.3.1/build/cmake/lib/xml/CMakeLists.txt
Normal file
13
libs/wxWidgets-3.3.1/build/cmake/lib/xml/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
#############################################################################
|
||||
# Name: build/cmake/lib/xml/CMakeLists.txt
|
||||
# Purpose: CMake file for xml library
|
||||
# Author: Tobias Taschner
|
||||
# Created: 2016-09-20
|
||||
# Copyright: (c) 2016 wxWidgets development team
|
||||
# Licence: wxWindows licence
|
||||
#############################################################################
|
||||
|
||||
wx_append_sources(XML_FILES XML)
|
||||
wx_add_library(wxxml IS_BASE ${XML_FILES})
|
||||
wx_lib_link_libraries(wxxml PRIVATE ${EXPAT_LIBRARIES})
|
||||
wx_lib_include_directories(wxxml ${EXPAT_INCLUDE_DIRS})
|
||||
Reference in New Issue
Block a user