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.
2 parents c6c46df + 3e93c66 commit 3aa0827Copy full SHA for 3aa0827
src/MacMSRDriver/CMakeLists.txt
@@ -1,6 +1,6 @@
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright (c) 2022, Intel Corporation
3
-
+
4
set(CMAKE_MACOSX_RPATH 1)
5
6
set(CMAKE_CXX_FLAGS "-Wall")
@@ -17,6 +17,3 @@ add_subdirectory(PcmMsr)
17
18
# Installation
19
install(TARGETS PcmMsr DESTINATION "local/lib")
20
-install(FILES MSRAccessorPublic.h DESTINATION "local/include" RENAME MSRAccessor.h)
21
-install(FILES MSRKernel.h DESTINATION "local/include")
22
-install(FILES PCIDriverInterface.h DESTINATION "local/include")
src/MacMSRDriver/MSRAccessorPublic.h
0 commit comments