forked from dev-cafe/cmake-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.yml
35 lines (28 loc) · 778 Bytes
/
menu.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
appveyor-vs:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-10/recipe-02
appveyor-msys:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-10/recipe-02
travis-linux:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-10/recipe-02
travis-osx:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-10/recipe-02
circle-intel:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-10/recipe-02
# Fails to generate imported target for UUID
circle-pgi:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-10/recipe-02
skip_generators:
- 'Unix Makefiles'
- 'Ninja'
local:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-10/recipe-02
targets:
- test
- install