Skip to content

Commit 98a135c

Browse files
committed
cmake: Install fizzy library and public headers
1 parent feb39cf commit 98a135c

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
@@ -99,3 +99,6 @@ if(FIZZY_TESTING)
9999
enable_testing() # Enable CTest. Must be done in main CMakeLists.txt.
100100
add_subdirectory(test)
101101
endif()
102+
103+
install(TARGETS fizzy EXPORT fizzyTargets)
104+
install(DIRECTORY include/fizzy TYPE INCLUDE)

0 commit comments

Comments
 (0)