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 25, 2020
1 parent fcf32b1 commit 266a792
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 266a792

Please sign in to comment.