Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- Include ( ${CMAKE_CURRENT_LIST_DIR}/modules/cmake/find_local_module.cmake )
- FindLocalModule ( libhelloworld ${CMAKE_CURRENT_LIST_DIR}/../projects/libhelloworld )
-
- If ( NOT TARGET libhelloworld::libhelloworld-static )
- Add_Library ( libhelloworld::libhelloworld-static ALIAS libhelloworld-static )
- EndIf ( )
-
- If ( NOT TARGET libhelloworld::libhelloworld-shared )
- Add_Library ( libhelloworld::libhelloworld-shared ALIAS libhelloworld-shared )
- EndIf ( )
|