mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Add appveyor_toolchain.txt
This commit is contained in:
parent
b670bcb46f
commit
b681db3947
18
CI/msvc/appveyor_toolchain.txt
Normal file
18
CI/msvc/appveyor_toolchain.txt
Normal file
@ -0,0 +1,18 @@
|
||||
SET(CMAKE_SYSTEM_NAME Windows)
|
||||
SET(VCMIBUILD_DIR c:/projects/vcmi)
|
||||
|
||||
SET(CMAKE_C_COMPILER cl)
|
||||
SET(CMAKE_CXX_COMPILER cl)
|
||||
set(CMAKE_RC_COMPILER rc)
|
||||
|
||||
|
||||
SET(ENV{BOOST_ROOT} C:/Libraries/boost_1_60_0)
|
||||
SET(ENV{BOOST_LIBRARYDIR} C:/Libraries/boost_1_60_0/lib32-msvc-14.0)
|
||||
|
||||
SET(CMAKE_FIND_ROOT_PATH ${VCMIBUILD_DIR}/depends)
|
||||
list(APPEND CMAKE_PREFIX_PATH ${CMAKE_FIND_ROOT_PATH})
|
||||
list(APPEND CMAKE_PREFIX_PATH C:/Qt/5.7/msvc2015)
|
||||
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM BOTH)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
|
Loading…
x
Reference in New Issue
Block a user