File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.0)
2
2
3
+ project (cmake-examples)
4
+
3
5
# Monolithic version
4
6
add_subdirectory (libFoo)
5
7
add_subdirectory (libFooer)
Original file line number Diff line number Diff line change
1
+ version : ' 1.0.{build}'
2
+
3
+ image : Visual Studio 2017
4
+
5
+ platform :
6
+ - x64
7
+
8
+ configuration :
9
+ - Release
10
+ - Debug
11
+
12
+ install :
13
+ - git submodule update --init --recursive
14
+ - vcpkg install boost:x64-windows --featurepackages
15
+
16
+ before_build :
17
+ - md build
18
+ - cd build
19
+ - cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake ..
20
+ - ls -l
21
+
22
+ build :
23
+ project : $(APPVEYOR_BUILD_FOLDER)\build\$(APPVEYOR_PROJECT_NAME).sln
24
+ parallel : true
25
+
26
+ cache :
27
+ c:\tools\vcpkg\installed\
You can’t perform that action at this time.
0 commit comments