We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb39cf commit 98a135cCopy full SHA for 98a135c
1 file changed
CMakeLists.txt
@@ -99,3 +99,6 @@ if(FIZZY_TESTING)
99
enable_testing() # Enable CTest. Must be done in main CMakeLists.txt.
100
add_subdirectory(test)
101
endif()
102
+
103
+install(TARGETS fizzy EXPORT fizzyTargets)
104
+install(DIRECTORY include/fizzy TYPE INCLUDE)
0 commit comments