mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-08 05:55:35 +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)
|
FIND_PACKAGE(PVRTexLib)
|
||||||
|
|
||||||
SET(FASTC_DIRECTORIES
|
SET(FASTC_DIRECTORIES
|
||||||
BPTCEncoder PVRTCEncoder IO Core Base
|
Base Core IO BPTCEncoder PVRTCEncoder
|
||||||
)
|
)
|
||||||
|
|
||||||
FOREACH(DIR ${FASTC_DIRECTORIES})
|
FOREACH(DIR ${FASTC_DIRECTORIES})
|
||||||
|
|
Loading…
Reference in a new issue