選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

11 行
458 B

  1. Include ( ${CMAKE_CURRENT_LIST_DIR}/modules/cmake/find_local_module.cmake )
  2. FindLocalModule ( libhelloworld ${CMAKE_CURRENT_LIST_DIR}/../projects/libhelloworld )
  3. If ( NOT TARGET libhelloworld::libhelloworld-static )
  4. Add_Library ( libhelloworld::libhelloworld-static ALIAS libhelloworld-static )
  5. EndIf ( )
  6. If ( NOT TARGET libhelloworld::libhelloworld-shared )
  7. Add_Library ( libhelloworld::libhelloworld-shared ALIAS libhelloworld-shared )
  8. EndIf ( )