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 60a6140 commit d1dde8eCopy full SHA for d1dde8e
tests/packages/repair_wheel/CMakeLists.txt
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.15...3.26)
2
3
project(${SKBUILD_PROJECT_NAME} LANGUAGES CXX)
4
5
+set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
6
+
7
include(GNUInstallDirs)
8
include(CMakePackageConfigHelpers)
9
0 commit comments