Skip to content

Commit 7a74af4

Browse files
Merge pull request #460 from triplef/fix-cmake-private-install
Added missing private headers to cmake install.
2 parents 60fdf80 + 4db0f91 commit 7a74af4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: private/CMakeLists.txt

+2
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)