[CMAKE]: Add almost all the 3rdparty libs. The remaining ones are more annoying and...
[reactos.git] / lib / 3rdparty / libwine / CMakeLists.txt
1 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
2 add_definitions(-D__WINESRC__)
3
4 file(GLOB_RECURSE SOURCE "*.c")
5
6 add_library(wine ${SOURCE})
7
8 add_library(wineldr loader.c)