Skip to content

Commit

Permalink
Add missing install rule for expected.hpp header
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jul 26, 2023
1 parent 3d6b109 commit dd03221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ if(SLANG_INCLUDE_INSTALL)
DIRECTORY ${PROJECT_SOURCE_DIR}/external/ieee1800/
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ieee1800
COMPONENT slang_Development)
install(
FILES ${PROJECT_SOURCE_DIR}/external/expected.hpp
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
COMPONENT slang_Development)

if(NOT fmt_FOUND)
install(
Expand Down

0 comments on commit dd03221

Please sign in to comment.