Lioncash 9c27c7eda8
DolphinQt2/CMakeLists: Use the target_* equivalents of add_definitions and include_directories
add_definitions and include_directories don't operate on a by-target basis, they act on a
by-directory basis (i.e. if we defined two targets, A and B, in this CMakeLists file, add_definitions
would add the definitions to the COMPILE_DEFINITIONS directory property which both A and B would
implicitly use).

The same idea applies to include_directories, only it appends to the INCLUDE_DIRECTORIES directory
property.

Instead, specify these on the target to keep scope as narrow as possible.
2018-04-05 07:52:25 -04:00
..
2018-03-31 16:21:17 +02:00
2017-09-02 23:51:59 +02:00
2017-11-19 22:06:32 +01:00
2018-03-24 03:02:47 +01:00
2018-02-24 21:12:22 +01:00
2017-09-02 23:51:59 +02:00
2018-03-31 16:21:17 +02:00
2018-03-31 16:21:17 +02:00
2018-02-28 19:47:56 +01:00
2017-09-14 17:15:21 -07:00
2018-03-23 10:42:40 +01:00