Skip to content

Commit

Permalink
cmake: Install fizzy library and public headers
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Sep 21, 2020
1 parent 80e6875 commit 1f6ab98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,6 @@ if(FIZZY_TESTING)
enable_testing() # Enable CTest. Must be done in main CMakeLists.txt.
add_subdirectory(test)
endif()

install(TARGETS fizzy EXPORT fizzyTargets)
install(DIRECTORY include/fizzy TYPE INCLUDE)

0 comments on commit 1f6ab98

Please sign in to comment.