mirror of
https://github.com/avast/retdec.git
synced 2025-02-21 14:21:25 +00:00
install retdec-tests-runner.sh only if unit tests are built
This commit is contained in:
parent
a5e79aef88
commit
3f03b3da4f
@ -4,7 +4,9 @@ install(PROGRAMS "retdec-config.sh" DESTINATION bin)
|
||||
install(PROGRAMS "retdec-archive-decompiler.sh" DESTINATION bin)
|
||||
install(PROGRAMS "retdec-decompiler.sh" DESTINATION bin)
|
||||
install(PROGRAMS "retdec-fileinfo.sh" DESTINATION bin)
|
||||
install(PROGRAMS "retdec-tests-runner.sh" DESTINATION bin)
|
||||
if(RETDEC_TESTS)
|
||||
install(PROGRAMS "retdec-tests-runner.sh" DESTINATION bin)
|
||||
endif()
|
||||
install(PROGRAMS "retdec-signature-from-library-creator.sh" DESTINATION bin)
|
||||
install(PROGRAMS "retdec-unpacker.sh" DESTINATION bin)
|
||||
install(PROGRAMS "retdec-utils.sh" DESTINATION bin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user