소스 검색

* 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 )


불러오는 중...
취소
저장