Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 1ebbc62

Browse files
committed
cmake: fix headers directory
1 parent 2e29729 commit 1ebbc62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ file(GLOB sources "${CMAKE_CURRENT_SOURCE_DIR}/pywinrt/${CMAKE_PROJECT_NAME}/src
66
file(GLOB headers RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
77
"cppwinrt/*.h"
88
"cppwinrt/impl/*.h"
9-
"pywinrt/winrt/src/*.h"
9+
"pywinrt/${CMAKE_PROJECT_NAME}/src/*.h"
1010
)
1111

1212
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)