mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
14 lines
229 B
CMake
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})
|