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 30, 2020
1 parent 4353154 commit 8f5317f
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 @@ -99,3 +99,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 8f5317f

Please sign in to comment.