Update pvrtc.cmake

This commit is contained in:
Matt Chiasson
2018-12-11 17:52:15 -05:00
committed by Joshua Brookover
parent 8f729e775d
commit 2e3eace2e4

View File

@@ -12,8 +12,8 @@ if( TARGET pvrtc )
return()
endif()
file( GLOB SQUISH_SOURCES ${BIMG_DIR}/3rdparty/pvrtc/*.cpp ${BIMG_DIR}/3rdparty/pvrtc/*.h )
file( GLOB PVRTC_SOURCES ${BIMG_DIR}/3rdparty/pvrtc/*.cpp ${BIMG_DIR}/3rdparty/pvrtc/*.h )
add_library( pvrtc STATIC ${SQUISH_SOURCES} )
add_library( pvrtc STATIC ${PVRTC_SOURCES} )
target_include_directories( pvrtc PUBLIC ${BIMG_DIR}/3rdparty )
set_target_properties( pvrtc PROPERTIES FOLDER "bgfx/3rdparty" )