浏览代码

* Removed version suffix from normal executables

master
bergmann 6 年前
父节点
当前提交
224f9961b5
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      projects/helloworld/src/CMakeLists.txt

+ 0
- 3
projects/helloworld/src/CMakeLists.txt 查看文件

@@ -31,9 +31,6 @@ Target_Link_Libraries ( helloworld-objects

Set ( HELLOWORLD_MAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp )
Add_Executable ( helloworld ${HELLOWORLD_MAIN_FILE} )
Set_Target_Properties ( helloworld
PROPERTIES
VERSION ${HELLOWORLD_VERSION} )
Target_Link_Libraries ( helloworld
PUBLIC
helloworld-objects )


正在加载...
取消
保存