Lines Matching +full:visual +full:- +full:runtime +full:- +full:tests
2 # Use of this source code is governed by a BSD-style
16 option(USEPCRE "use PCRE in tests and benchmarks" OFF)
26 message(FATAL_ERROR "you need Visual Studio 2015 or later")
36 # Without a byte order mark (BOM), Visual Studio assumes that the source
37 # file is encoded using the current user code page, so we specify UTF-8.
38 add_compile_options(/utf-8)
41 add_compile_options(-std=gnu++11)
43 add_compile_options(-std=c++11)
47 add_definitions(-DUNICODE -D_UNICODE -DSTRICT -DNOMINMAX)
48 add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS)
50 add_compile_options(-pthread)
51 list(APPEND EXTRA_TARGET_LINK_LIBRARIES -pthread)
55 add_definitions(-DUSEPCRE)
150 install(TARGETS re2 ARCHIVE DESTINATION lib LIBRARY DESTINATION lib RUNTIME DESTINATION bin)