We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bba2a1 commit 74f5e9dCopy full SHA for 74f5e9d
CMakeLists.txt
@@ -7,7 +7,11 @@ project(uthenticode)
7
# and let the user set CMAKE_INSTALL_PREFIX explicitly for their own needs.
8
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
9
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}" CACHE PATH "Default install directory" FORCE)
10
-endif ()
+endif()
11
+
12
+if (MSVC)
13
+ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
14
15
16
set(CMAKE_CXX_STANDARD 17)
17
0 commit comments