Collection of DPF-based plugins for packaging
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.

15 lines
407B

  1. set(libprojectM_VERSION @PROJECT_VERSION@)
  2. @PACKAGE_INIT@
  3. set_and_check(libprojectM_BIN_DIR "@PACKAGE_PROJECTM_BIN_DIR@")
  4. set_and_check(libprojectM_INCLUDE_DIR "@PACKAGE_PROJECTM_INCLUDE_DIR@")
  5. set_and_check(libprojectM_DATA_DIR "@PACKAGE_PROJECTM_DATADIR_PATH@")
  6. include(CMakeFindDependencyMacro)
  7. find_dependency(OpenGL)
  8. if("@ENABLE_THREADING@") # ENABLE_THREADING
  9. find_dependency(Threads)
  10. endif()