mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[CMAKE]
- Don't include debug.c in libwine. svn path=/branches/cmake-bringup/; revision=48538
This commit is contained in:
Vendored
+1
@@ -2,6 +2,7 @@ include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
list(REMOVE_ITEM SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/debug.c)
|
||||
|
||||
add_library(wine ${SOURCE})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user