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

Commit e695f8a

Browse files
committed
CMakeLists: simplify headers glob
These are just for the precompiled headers so we only need the main pywinrt ones. The required cppwinrt ones will be included automatically.
1 parent c853932 commit e695f8a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ project(winsdk)
44
file(GLOB sources "${CMAKE_CURRENT_SOURCE_DIR}/pywinrt/${CMAKE_PROJECT_NAME}/src/*.cpp")
55

66
file(GLOB headers RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
7-
"cppwinrt/*.h"
8-
"cppwinrt/impl/*.h"
9-
"pywinrt/${CMAKE_PROJECT_NAME}/src/*.h"
7+
"pywinrt/${CMAKE_PROJECT_NAME}/src/py.*.h"
108
)
119

1210
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)