Skip to content

Commit f515e55

Browse files
committed
runtime: install sim libraries
1 parent fbdff35 commit f515e55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

runtime/CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ install(
122122
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
123123
PRIVATE_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
124124

125+
install(FILES
126+
include/alaska/sim/HTLB.hpp
127+
include/alaska/sim/TLB.hpp
128+
include/alaska/sim/StatisticsManager.hpp
129+
DESTINATION include/alaska/sim)
130+
125131

126132

127133
##########################################################################################

0 commit comments

Comments
 (0)