mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
Update pvrtc.cmake
This commit is contained in:
committed by
Joshua Brookover
parent
8f729e775d
commit
2e3eace2e4
4
cmake/3rdparty/pvrtc.cmake
vendored
4
cmake/3rdparty/pvrtc.cmake
vendored
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user