reactos/lib/3rdparty/expat/CMakeLists.txt
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

14 lines
229 B
CMake

include_directories(
lib
${REACTOS_SOURCE_DIR}/include/reactos/libs/expat)
add_definitions(-DHAVE_EXPAT_CONFIG_H)
list(APPEND SOURCE
lib/xmlparse.c
lib/xmlrole.c
lib/xmltok.c)
add_library(expat ${SOURCE})