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.
|
- Include ( ${CMAKE_CURRENT_LIST_DIR}/modules/cmake/find_local_module.cmake )
- FindLocalModule ( libinterface ${CMAKE_CURRENT_LIST_DIR}/../projects/libinterface )
-
- If ( NOT TARGET libinterface::libinterface )
- Add_Library ( libinterface::libinterface ALIAS libinterface )
- EndIf ( )
|