mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.
This commit is contained in:
14
cmake/modules/FindShlwapi.cmake
Executable file
14
cmake/modules/FindShlwapi.cmake
Executable file
@ -0,0 +1,14 @@
|
||||
# *
|
||||
# * It is what it is, you can do with it as you please.
|
||||
# *
|
||||
# * Just don't blame me if it teaches your computer to smoke!
|
||||
# *
|
||||
# * -Enjoy
|
||||
# * fh :)_~
|
||||
# *
|
||||
FIND_PATH(SHLWAPI_INCLUDE_DIR shlwapi.h)
|
||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(SHLWAPI REQUIRED_VARS SHLWAPI_LIBRARY SHLWAPI_INCLUDE_DIR)
|
||||
IF(SHLWAPI_FOUND)
|
||||
SET(SHLWAPI_LIBRARIES ${SHLWAPI_LIBRARY} )
|
||||
ENDIF(SHLWAPI_FOUND)
|
||||
|
Reference in New Issue
Block a user