From Michael Platings, "Hi Bob, thanks for the CMake fixes. I'm not sure what the purpose of the capitalisation changes was so I've reverted that (a) to make diff-ing easier and (b) because all-caps is consistent with all the other OSG CMake files. Aside from that the changes seem fine.

I don't understand the changes to ReaderWriterFBX.cpp - (i) strings.h isn't a standard header, (ii) the ISO-conformant form is _strnicmp (with the underscore). Does the existing code not compile for you? If not we'll have to do some #ifdef nastiness."
This commit is contained in:
Robert Osfield
2010-06-15 09:14:20 +00:00
parent 0c7a4fdedc
commit d9bd6c977e
2 changed files with 28 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
INCLUDE_DIRECTORIES(${FBX_ROOT}/include)
INCLUDE_DIRECTORIES(${FBX_INCLUDE_DIR})
SET(TARGET_SRC
fbxRAnimation.cpp