Skip to content

Commit 3624cfa

Browse files
authored
Merge pull request #242 from Libvisual/lv-tool-rename
lv-tool: Rename binary from "lv-tool" to "lv-tool-0.5"
2 parents a05e1e8 + a464ba1 commit 3624cfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)