mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 17:53:57 +00: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
2 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@ SET( HEADERS
|
|||
ImageFile.h
|
||||
)
|
||||
|
||||
CONFIGURE_FILE(
|
||||
"ImageLoader.h.in"
|
||||
"ImageLoader.h"
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES( ${TexC_BINARY_DIR}/IO )
|
||||
|
||||
ADD_LIBRARY(TexCompIO
|
||||
${SOURCES}
|
||||
${HEADERS}
|
||||
|
|
Loading…
Reference in a new issue