Skip to content

Commit d7f8c95

Browse files
chfastaxic
authored andcommitted
cmake: Install fizzy library and public headers
1 parent 94f7620 commit d7f8c95

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,6 @@ if(FIZZY_TESTING)
9898
enable_testing() # Enable CTest. Must be done in main CMakeLists.txt.
9999
add_subdirectory(test)
100100
endif()
101+
102+
install(TARGETS fizzy EXPORT fizzyTargets)
103+
install(DIRECTORY include/fizzy TYPE INCLUDE)

0 commit comments

Comments
 (0)