[APPHELP_APITEST] Fix rc dependency.

As pointed out by Thomas.
This commit is contained in:
Mark Jansen 2018-08-01 22:15:51 +02:00
parent 9b6fb9f2f8
commit 13a3cf03d7
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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})