irrlicht/source/Irrlicht
NeroBurner 924178ebf6 Set includes and libs on object targets
Instead of using the global `include_directories()` and
`link_libraries()` calls use the target versions
`target_include_directories()` and `target_include_libraries()` with
`PRIVATE` keyword instead.

The dependencies are libraries only, the headers are added to the build
instructions in a separate call. So the `target_link_libraries()` calls
are not needed for the object-libraries to be built.
2021-06-27 23:04:56 +02:00
..
2021-03-07 02:09:32 +01:00
2021-01-06 14:59:13 +00:00
2021-04-02 23:17:27 +02:00
2021-04-02 23:17:27 +02:00
2021-02-25 18:22:38 +01:00
2021-02-25 18:22:38 +01:00
2021-02-25 18:22:38 +01:00
2021-02-25 18:22:38 +01:00
2021-04-02 23:17:27 +02:00
2021-04-02 23:17:27 +02:00