Files
scummvm/devtools/create_project
Bastien Bouclet 0de4171c07 CREATE_PROJECT: CMAKE: Fix importing SDL2 when it was built using CMake
When SDL is built using CMake, Find_Package imports a target instead of
defining variables. If a target was imported we now define the include
path and linker flags variables from the target's properties.

Using imported targets is a best practice. Ideally, we should define an
imported target when we detect variables were defined.
However, the linker flags variable would need to be parsed into a
library path and a list of libraries, making that approach impractical.
2018-04-22 09:30:21 +02:00
..
2011-06-09 11:17:15 +02:00
2016-11-12 12:59:06 +01:00
2016-01-30 21:18:08 +01:00
2016-01-30 21:18:08 +01:00
2015-12-22 00:24:01 +01:00
2016-01-30 21:18:08 +01:00
2013-10-13 11:30:34 +02:00
2017-12-06 21:41:03 +01:00