Просмотр исходного кода

* Removed version suffix from normal executables

master
bergmann 6 лет назад
Родитель
Сommit
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 ) Set ( HELLOWORLD_MAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp )
Add_Executable ( helloworld ${HELLOWORLD_MAIN_FILE} ) Add_Executable ( helloworld ${HELLOWORLD_MAIN_FILE} )
Set_Target_Properties ( helloworld
PROPERTIES
VERSION ${HELLOWORLD_VERSION} )
Target_Link_Libraries ( helloworld Target_Link_Libraries ( helloworld
PUBLIC PUBLIC
helloworld-objects ) helloworld-objects )


Загрузка…
Отмена
Сохранить