Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cmake [2021/03/10 10:07] – created nikolal | cmake [2022/09/19 11:34] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
===== Adding External Libraries ===== | ===== Adding External Libraries ===== | ||
+ | External libraries is configured through the files at ''' | ||
+ | ===== Building with only a Subset of Tasks ===== | ||
+ | To reduce compile time and binary size, an option is to only build a selection of the tasks included with DUNE. This can be done by setting the '' | ||
+ | cmake -DTASK_FILE=../ | ||
- | + | Example of content to put in the '' | |
+ | | ||
+ | dune_add_task(${PROJECT_SOURCE_DIR}/ | ||