mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* Fixed FindLibLastFm.cmake.
This commit is contained in:
@@ -26,7 +26,7 @@ find_library(LIBLASTFM_LIBRARY
|
|||||||
)
|
)
|
||||||
|
|
||||||
set(LIBLASTFM_LIBRARIES ${LIBLASTFM_LIBRARY})
|
set(LIBLASTFM_LIBRARIES ${LIBLASTFM_LIBRARY})
|
||||||
set(LIBLASTFM_INCLUDE_DIRS ${LIBLASTFM_LIBRARY})
|
set(LIBLASTFM_INCLUDE_DIRS ${LIBLASTFM_INCLUDE_DIR})
|
||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(LibLastFm DEFAULT_MSG LIBLASTFM_LIBRARIES LIBLASTFM_INCLUDE_DIRS)
|
find_package_handle_standard_args(LibLastFm DEFAULT_MSG LIBLASTFM_LIBRARIES LIBLASTFM_INCLUDE_DIRS)
|
||||||
|
Reference in New Issue
Block a user