mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[CMAKE]
- Improve header inclusions. svn path=/branches/cmake-bringup/; revision=48442
This commit is contained in:
parent
2939360909
commit
34db564f0a
17 changed files with 12 additions and 25 deletions
4
lib/3rdparty/libxml2/CMakeLists.txt
vendored
4
lib/3rdparty/libxml2/CMakeLists.txt
vendored
|
@ -1,5 +1,5 @@
|
|||
include_directories(.)
|
||||
include_directories(./include)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
add_definitions(-D__MINGW32__ -DLIBXML_STATIC -D_REENTRANT -DHAVE_WIN32_THREADS -D_MBCS -D_WINDOWS -DWIN32 -DHAVE_CONFIG_H)
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue