From 2e3eace2e4a030d21d3c241415381ffdc6a8a304 Mon Sep 17 00:00:00 2001 From: Matt Chiasson Date: Tue, 11 Dec 2018 17:52:15 -0500 Subject: [PATCH] Update pvrtc.cmake --- cmake/3rdparty/pvrtc.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/3rdparty/pvrtc.cmake b/cmake/3rdparty/pvrtc.cmake index fb3c1b5..36a0812 100644 --- a/cmake/3rdparty/pvrtc.cmake +++ b/cmake/3rdparty/pvrtc.cmake @@ -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" )