Stephen Kelly
a984f3257e
Introduce add_compile_options command.
...
This command is similar to add_definitions, in that it affects
the compile options of all targets which follow it. The implementation
is similar to the implementation of the include_directories command,
in that it is based on populating a COMPILE_OPTIONS directory property
and using that to initialize the same property on targets.
Unlike the include_directories command however, the add_compile_options
command does not affect previously defined targets. That is, in
the following code, foo will not be compiled with -Wall, but bar
will be:
add_library(foo ...)
add_compile_options(-Wall)
add_library(bar ...)
2013-06-04 11:36:55 +02:00
..
2013-05-16 14:38:07 -04:00
2013-05-16 14:43:44 -04:00
2013-05-07 08:39:19 -04:00
2013-05-29 08:56:20 -04:00
2013-05-16 14:38:07 -04:00
2013-06-04 11:36:55 +02:00
2013-06-04 11:36:55 +02:00
2013-05-07 08:39:19 -04:00
2013-03-29 15:00:33 -04:00
2013-01-04 09:38:22 -05:00
2013-03-12 11:52:52 -04:00
2013-05-07 08:39:19 -04:00
2013-05-07 08:39:19 -04:00
2013-05-21 15:13:02 -04:00
2013-05-16 14:38:07 -04:00
2013-05-07 08:39:19 -04:00
2013-06-04 00:01:05 -04:00
2013-05-22 12:52:12 -04:00
2013-05-24 09:02:45 -04:00
2013-04-12 11:35:35 -04:00
2013-05-07 08:39:19 -04:00
2013-05-16 19:33:13 +02:00
2013-05-07 08:42:20 -04:00
2012-12-22 12:47:54 +01:00
2013-06-04 11:36:55 +02:00
2013-01-08 08:53:25 -05:00
2013-01-08 08:53:25 -05:00
2013-06-03 09:56:44 -04:00
2013-05-21 14:50:16 -04:00
2013-01-08 09:02:43 -05:00
2013-01-03 13:31:50 -05:00
2013-05-31 10:01:50 -04:00
2013-05-21 15:27:09 -04:00
2013-05-21 15:27:09 -04:00
2012-12-20 12:17:37 +01:00
2013-05-07 08:39:19 -04:00
2013-04-11 11:41:15 -04:00
2013-06-02 11:56:36 +02:00
2013-05-16 14:38:07 -04:00
2013-03-12 09:29:55 -04:00
2013-06-03 09:56:44 -04:00
2013-06-03 09:42:05 -04:00
2013-05-07 08:39:19 -04:00
2013-06-03 09:56:44 -04:00
2013-06-03 09:42:05 -04:00
2013-06-03 09:56:44 -04:00
2013-06-03 09:42:05 -04:00
2013-06-03 09:42:05 -04:00
2013-06-03 09:42:05 -04:00
2013-03-25 10:49:22 -04:00
2013-05-16 14:37:37 -04:00
2013-04-28 15:50:31 +02:00
2013-06-02 11:56:36 +02:00
2013-02-19 14:43:20 -05:00
2013-05-28 10:42:18 -04:00
2013-05-24 09:02:45 -04:00
2012-11-26 16:46:04 -05:00
2013-03-06 21:35:20 +01:00
2012-11-26 16:46:04 -05:00
2013-01-21 09:12:22 +01:00
2013-05-07 08:39:19 -04:00
2013-03-18 15:09:47 +01:00
2013-02-25 13:12:12 -05:00
2013-06-02 11:56:37 +02:00
2013-06-02 11:56:37 +02:00
2013-05-24 09:02:45 -04:00
2013-05-24 09:02:45 -04:00
2013-06-02 11:56:37 +02:00
2013-05-16 19:36:31 +02:00
2012-11-27 09:12:39 -05:00
2013-05-16 13:06:44 -04:00
2013-05-16 13:06:44 -04:00
2013-04-16 09:37:37 -04:00
2013-04-16 09:37:37 -04:00
2013-05-29 08:40:00 +02:00
2013-05-28 10:42:18 -04:00
2013-03-09 11:28:45 +01:00
2013-04-12 11:35:35 -04:00
2013-04-12 11:35:35 -04:00
2013-04-12 11:35:35 -04:00
2013-04-12 11:35:35 -04:00
2013-04-12 11:35:35 -04:00
2013-04-12 11:35:35 -04:00
2013-05-16 14:38:40 -04:00
2013-04-12 11:35:35 -04:00
2012-11-27 08:31:20 -05:00
2012-11-27 08:31:20 -05:00
2012-11-27 08:31:18 -05:00
2012-11-27 08:31:17 -05:00
2013-04-12 11:35:36 -04:00
2013-04-12 11:35:35 -04:00
2013-03-25 14:25:14 -04:00
2012-12-03 13:53:43 -05:00
2012-11-27 08:31:20 -05:00
2012-11-27 08:31:20 -05:00
2013-05-07 08:39:19 -04:00
2013-06-03 09:57:44 -04:00
2013-04-12 11:35:35 -04:00
2013-05-07 08:39:19 -04:00
2013-05-21 15:20:46 -04:00
2013-01-27 18:00:14 +01:00
2013-03-08 09:55:18 -05:00
2013-06-03 09:42:05 -04:00
2013-01-27 18:00:14 +01:00
2013-02-12 10:39:35 +01:00
2013-01-07 10:31:07 -05:00
2013-01-07 10:31:07 -05:00
2013-06-02 11:56:37 +02:00
2013-06-02 11:56:36 +02:00
2013-04-18 14:16:46 -04:00
2013-05-07 08:39:19 -04:00
2013-06-02 11:56:36 +02:00
2013-06-02 11:56:36 +02:00
2013-03-08 08:27:12 -05:00
2013-06-04 11:36:55 +02:00
2013-06-04 11:36:55 +02:00
2013-05-23 10:42:49 -04:00
2013-05-23 10:42:49 -04:00
2013-06-03 09:57:44 -04:00
2013-05-23 10:42:49 -04:00
2013-05-23 10:42:49 -04:00
2013-06-03 09:56:32 -04:00
2013-06-03 09:57:44 -04:00
2013-06-03 09:42:05 -04:00
2013-05-23 10:42:49 -04:00
2013-05-23 10:42:49 -04:00
2013-05-21 15:13:26 -04:00
2013-05-21 14:59:17 -04:00
2013-05-28 01:19:37 +02:00
2013-03-12 17:42:02 -04:00
2013-05-07 08:42:20 -04:00
2013-05-07 08:39:19 -04:00
2013-05-21 15:29:34 -04:00
2013-05-21 15:29:34 -04:00
2013-05-07 08:39:19 -04:00
2013-06-03 09:42:05 -04:00
2013-06-03 09:56:44 -04:00
2013-06-04 11:36:55 +02:00
2013-06-03 09:57:44 -04:00
2013-02-12 10:39:35 +01:00
2013-05-24 09:06:53 -04:00
2013-06-02 11:56:37 +02:00
2013-06-02 11:56:37 +02:00
2013-02-12 10:39:35 +01:00
2013-05-24 09:06:53 -04:00
2013-05-06 09:54:11 -04:00
2013-04-30 09:15:03 -04:00
2013-02-08 19:21:30 +01:00
2013-01-31 11:08:40 -05:00
2013-05-11 12:02:05 +02:00
2012-12-20 12:17:37 +01:00
2012-12-06 07:20:12 -05:00
2012-12-05 10:39:10 -05:00
2013-02-22 08:35:39 -05:00
2013-06-03 09:57:44 -04:00
2013-05-16 13:06:44 -04:00
2013-05-16 14:38:07 -04:00
2013-04-12 11:35:35 -04:00
2013-04-12 11:35:35 -04:00
2013-04-12 11:35:35 -04:00
2013-04-12 11:35:35 -04:00
2012-11-30 07:59:25 -05:00
2012-11-30 07:59:25 -05:00
2013-05-07 08:39:19 -04:00
2013-05-07 08:39:19 -04:00
2013-02-19 16:45:58 -05:00
2013-02-19 16:45:58 -05:00
2013-05-21 15:27:09 -04:00