Added hdwriter to CMake build

This commit is contained in:
Robert Osfield
2007-09-30 18:43:42 +00:00
parent 3c0e3af233
commit a5ed021066

View File

@@ -1,7 +1,16 @@
#this file is automatically generated
SET(TARGET_SRC ReaderWriterHDR.cpp hdrloader.cpp )
SET(TARGET_H hdrloader.h )
SET(TARGET_SRC
ReaderWriterHDR.cpp
hdrloader.cpp
hdrwriter.cpp
)
SET(TARGET_H
hdrloader.h
hdrwriter.h
)
#### end var setup ###
SETUP_PLUGIN(hdr)