use normal cmake search if PKG_CHECK_MODULES fails; fix win32 debug linking with SET(TARGET_LIBRARIES_VARS GTA_LIBRARY)

This commit is contained in:
Laurens Voerman
2017-02-24 16:09:13 +01:00
parent ad0e6a0f81
commit f8ed554ddb
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)