mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[RPCRT4_WINETEST]
* Fix msvc build. svn path=/trunk/; revision=53552
This commit is contained in:
@@ -30,6 +30,11 @@ list(APPEND SOURCE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/server_c.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/server_s.c)
|
||||
|
||||
if(MSVC)
|
||||
# The nmake generator misses this dependency, so set it explicitly until this bug is fixed.
|
||||
set_source_files_properties(server.c PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/server_s.h)
|
||||
endif()
|
||||
|
||||
add_executable(rpcrt4_winetest ${SOURCE})
|
||||
target_link_libraries(rpcrt4_winetest
|
||||
uuid
|
||||
|
||||
Reference in New Issue
Block a user