mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS on) to hopefully fix MSVC build problems with examples
This commit is contained in:
parent
6d8139e996
commit
265a36bf89
@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.1)
|
||||
# configure compiler
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED on)
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS on)
|
||||
|
||||
if(MINGW)
|
||||
# COMPILER-SETTINGS FOR MINGW
|
||||
|
Loading…
Reference in New Issue
Block a user