Added COLLADA CMAkeLists.txt, doesn't work yet as we done yet have a FindCOLLADA.cmake but it is a start
This commit is contained in:
26
src/osgPlugins/dae/CMakeLists.txt
Normal file
26
src/osgPlugins/dae/CMakeLists.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
INCLUDE_DIRECTORIES( ${COLLADA_INCLUDE_DIR} )
|
||||
|
||||
SET(TARGET_SRC
|
||||
daeReader.cpp
|
||||
daeRGeometry.cpp
|
||||
daeRMaterials.cpp
|
||||
daeRSceneObjects.cpp
|
||||
daeRTransforms.cpp
|
||||
daeWGeometry.cpp
|
||||
daeWMaterials.cpp
|
||||
daeWriter.cpp
|
||||
daeWSceneObjects.cpp
|
||||
daeWTransforms.cpp
|
||||
domSourceReader.cpp
|
||||
ReaderWriterDAE.cpp
|
||||
)
|
||||
SET(TARGET_H
|
||||
daeReader.h
|
||||
daeWriter.h
|
||||
domSourceReader.h
|
||||
)
|
||||
|
||||
SET(TARGET_LIBRARIES_VARS COLLADA_LIBRARY )
|
||||
|
||||
#### end var setup ###
|
||||
SETUP_PLUGIN(dae)
|
||||
Reference in New Issue
Block a user