Added hdwriter to CMake build
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user