Skip to content

Commit e5308a4

Browse files
triplefrokhinip
authored andcommitted
Added missing private headers to cmake install.
These are included by private.h and should be installed alongside. Signed-off-by: Kim Topley <[email protected]>
1 parent d6a0bba commit e5308a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

private/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if (INSTALL_PRIVATE_HEADERS)
1414
private.h
1515
queue_private.h
1616
source_private.h
17+
time_private.h
18+
workloop_private.h
1719
DESTINATION
1820
"${INSTALL_DISPATCH_HEADERS_DIR}")
1921
endif()
File renamed without changes.

0 commit comments

Comments
 (0)