61ccd56d25
1> osgmultiplemovies example does not use SDL so needs no link to SDL 2> Added header files to "Plugins osg" project, so visual studio can find the source of OSG_WARN << "AsciiInputIterator::readProperty(): Unmatched property " "
9 lines
135 B
CMake
9 lines
135 B
CMake
|
|
SET(TARGET_SRC osgmultiplemovies.cpp )
|
|
SET(TARGET_ADDED_LIBRARIES osgGA )
|
|
|
|
|
|
|
|
#### end var setup ###
|
|
SETUP_EXAMPLE(osgmultiplemovies)
|