Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr)
Add monero_add_minimal_executable and use in tests This is done in order not to have to relink targets, when just an .so changed, but not its interface.
This commit is contained in:
@@ -33,7 +33,7 @@ set(libwallet_api_tests_sources
|
||||
set(libwallet_api_tests_headers
|
||||
)
|
||||
|
||||
add_executable(libwallet_api_tests
|
||||
monero_add_minimal_executable(libwallet_api_tests
|
||||
${libwallet_api_tests_sources}
|
||||
${libwallet_api_tests_headers})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user