Removed the dependency on shlwapi.dll in Win32

This commit is contained in:
Tsuda Kageyu
2013-06-06 13:45:23 +09:00
parent c4c5b06643
commit 36d7f9ba32
7 changed files with 33 additions and 86 deletions

View File

@ -1,14 +0,0 @@
# *
# * 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)