mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
2901215553
- Improve more libs. svn path=/branches/cmake-bringup/; revision=49490
13 lines
229 B
CMake
13 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})
|