Merge pull request #205 from LaurensVoerman/submitGTAcmake

GTA: use normal cmake search if PKG_CHECK_MODULES fails; fix win32 debug lnk
This commit is contained in:
OpenSceneGraph git repository
2017-03-11 11:35:36 +00:00
committed by GitHub
2 changed files with 39 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ INCLUDE_DIRECTORIES( ${GTA_INCLUDE_DIRS} )
SET(TARGET_SRC ReaderWriterGTA.cpp )
SET(TARGET_LIBRARIES_VARS GTA_LIBRARIES)
SET(TARGET_LIBRARIES_VARS GTA_LIBRARY)
#### end var setup ###
SETUP_PLUGIN(gta)