mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:21:50 +00:00
[APPHELP_APITEST] Fix rc dependency.
As pointed out by Thomas.
This commit is contained in:
parent
9b6fb9f2f8
commit
13a3cf03d7
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/testdb.sdb
|
|||
COMMAND native-xml2sdb -i ${CMAKE_CURRENT_SOURCE_DIR}/testdb.xml -o ${CMAKE_CURRENT_BINARY_DIR}/testdb.sdb
|
||||
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/testdb.xml native-xml2sdb)
|
||||
|
||||
add_custom_target(testdb DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/testdb.sdb)
|
||||
add_rc_deps(testdata.rc testdb)
|
||||
add_rc_deps(testdata.rc ${CMAKE_CURRENT_BINARY_DIR}/testdb.sdb)
|
||||
add_executable(apphelp_apitest ${SOURCE})
|
||||
set_module_type(apphelp_apitest win32cui)
|
||||
target_link_libraries(apphelp_apitest ${PSEH_LIB})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue