Skip to content

Commit a464ba1

Browse files
committed
lv-tool: Rename binary from lv-tool to lv-tool-0.5
(related 0.4.x commit is 522d7a7)
1 parent a05e1e8 commit a464ba1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libvisual/tools/lv-tool/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ADD_EXECUTABLE(lv-tool
55
display/stdout_driver.cpp
66
)
77

8+
SET_TARGET_PROPERTIES(lv-tool PROPERTIES OUTPUT_NAME lv-tool-0.5)
9+
810
TARGET_INCLUDE_DIRECTORIES(lv-tool
911
PRIVATE
1012
${PROJECT_SOURCE_DIR}

0 commit comments

Comments
 (0)