Skip to content

Commit 4db0f91

Browse files
committed
Added missing private headers to cmake install.
These are included by private.h and should be installed alongside.
1 parent d44acc0 commit 4db0f91

File tree

1 file changed

+2
-0
lines changed

1 file 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()

0 commit comments

Comments
 (0)