Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

7 lignes
292 B

  1. Include ( ${CMAKE_CURRENT_LIST_DIR}/modules/cmake/find_local_module.cmake )
  2. FindLocalModule ( helloworld ${CMAKE_CURRENT_LIST_DIR}/../projects/helloworld )
  3. If ( NOT TARGET helloworld::helloworld-objects )
  4. Add_Library ( helloworld::helloworld-objects ALIAS helloworld-objects )
  5. EndIf ( )