Skip to content

Commit

Permalink
Installing a new header
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Sep 30, 2024
1 parent fcaa957 commit 3d0e099
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/coek/coek/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ install(FILES
util/io_utils.hpp
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/coek/util
)
install(FILES
ast/assoc_array_base.hpp
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/coek/ast
)
install(FILES
api/constraint_map.hpp
api/subexpression_map.hpp
Expand Down

0 comments on commit 3d0e099

Please sign in to comment.