mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-28 03:54:25 +01:00
Generate the ImageLoader.h file from cmake after we figure out what image reading libraries are available to us.
This commit is contained in:
parent
abb5ca2a44
commit
6d39ab49c1
@ -8,6 +8,13 @@ SET( HEADERS
|
|||||||
ImageFile.h
|
ImageFile.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
CONFIGURE_FILE(
|
||||||
|
"ImageLoader.h.in"
|
||||||
|
"ImageLoader.h"
|
||||||
|
)
|
||||||
|
|
||||||
|
INCLUDE_DIRECTORIES( ${TexC_BINARY_DIR}/IO )
|
||||||
|
|
||||||
ADD_LIBRARY(TexCompIO
|
ADD_LIBRARY(TexCompIO
|
||||||
${SOURCES}
|
${SOURCES}
|
||||||
${HEADERS}
|
${HEADERS}
|
||||||
|
Loading…
Reference in New Issue
Block a user