Selaa lähdekoodia

* Removed version suffix from normal executables

master
bergmann 6 vuotta sitten
vanhempi
commit
224f9961b5
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. +0
    -3
      projects/helloworld/src/CMakeLists.txt

+ 0
- 3
projects/helloworld/src/CMakeLists.txt Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna