mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-07 01:25:36 +00:00
Change the order of directory traversal so that our tests work nicer
This commit is contained in:
parent
47074c1224
commit
f502e2bd0e
|
@ -93,7 +93,7 @@ SET(CMAKE_MODULE_PATH "${FasTC_SOURCE_DIR}/CMakeModules" ${CMAKE_MODULE_PATH})
|
|||
FIND_PACKAGE(PVRTexLib)
|
||||
|
||||
SET(FASTC_DIRECTORIES
|
||||
BPTCEncoder PVRTCEncoder IO Core Base
|
||||
Base Core IO BPTCEncoder PVRTCEncoder
|
||||
)
|
||||
|
||||
FOREACH(DIR ${FASTC_DIRECTORIES})
|
||||
|
|
Loading…
Reference in a new issue