FindUNIBILIUM.cmake 363 B

12345678910111213
  1. # - Try to find unibilium
  2. # Once done this will define
  3. # UNIBILIUM_FOUND - System has unibilium
  4. # UNIBILIUM_INCLUDE_DIRS - The unibilium include directories
  5. # UNIBILIUM_LIBRARIES - The libraries needed to use unibilium
  6. include(LibFindMacros)
  7. libfind_pkg_detect(UNIBILIUM unibilium
  8. FIND_PATH unibilium.h
  9. FIND_LIBRARY unibilium)
  10. libfind_process(UNIBILIUM)