add install target disable workflow

This commit is contained in:
tobid7 2024-03-09 17:05:45 +01:00
parent ac13158945
commit 172addf99f
2 changed files with 3 additions and 1 deletions

View File

@ -33,3 +33,5 @@ target_compile_definitions(bannertool PUBLIC
-DVERSION_MAJOR=${VERSION_MAJOR} -DVERSION_MAJOR=${VERSION_MAJOR}
-DVERSION_MINOR=${VERSION_MINOR} -DVERSION_MINOR=${VERSION_MINOR}
-DVERSION_MICRO=${VERSION_MICRO}) -DVERSION_MICRO=${VERSION_MICRO})
install(TARGETS bannertool DESTINATION bin)