mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 18:03:58 +00:00
6 lines
125 B
CMake
6 lines
125 B
CMake
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
|
PROJECT(TexC)
|
|
|
|
ADD_SUBDIRECTORY(BPTCEncoder)
|
|
ADD_SUBDIRECTORY(IO)
|
|
ADD_SUBDIRECTORY(Core)
|