You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7 line
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 ( )