mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE]
wine depends on buildno header svn path=/branches/cmake-bringup/; revision=49883
This commit is contained in:
parent
d18b9b0c9b
commit
c843606e23
1 changed files with 2 additions and 0 deletions
2
lib/3rdparty/libwine/CMakeLists.txt
vendored
2
lib/3rdparty/libwine/CMakeLists.txt
vendored
|
@ -11,3 +11,5 @@ list(APPEND SOURCE
|
||||||
add_library(wine ${SOURCE})
|
add_library(wine ${SOURCE})
|
||||||
|
|
||||||
add_library(wineldr loader.c)
|
add_library(wineldr loader.c)
|
||||||
|
|
||||||
|
add_dependencies(wine buildno_header)
|
||||||
|
|
Loading…
Reference in a new issue