Visual Studio 2017 ?

This commit is contained in:
qPCR4vir 2019-06-12 13:27:14 +02:00
parent 0233af0ba8
commit cea2f01388
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
version: 1.0.{build} version: 1.0.{build}
image:
- Visual Studio 2017
build: build:
project: build\vc2017\nana.sln project: build\vc2017\nana.sln
verbosity: minimal verbosity: minimal

View File

@ -2,7 +2,7 @@ option(NANA_CMAKE_INSTALL "Install nana when compile the library (to be consumed
# Install the include directories too. # Install the include directories too.
if(NANA_CMAKE_INSTALL) if(NANA_CMAKE_INSTALL)
# this is the prefered method to consume nana directly with some specific bulid system # This is a method to consume nana with a bulid system not directly supported by nana.
# Is your responsability to ensure all compiler options are compatible with the compilation # Is your responsability to ensure all compiler options are compatible with the compilation
# of the project linking to the nana lib here generated # of the project linking to the nana lib here generated
target_sources(nana PRIVATE ${HEADERS}) target_sources(nana PRIVATE ${HEADERS})