CMAKE: make sure to create the needed def files automatically

see https://cmake.org/cmake/help/latest/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.html
master
Martin Gerhardy 2021-10-28 15:11:45 +02:00
parent 2b16929966
commit a4a4726249
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ endforeach()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${SCRIPTS_CMAKE_DIR})
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
find_host_program(CCACHE "ccache")
if (CCACHE)