diff --git a/CMakeLists.txt b/CMakeLists.txt index 33c3fab..aacaf3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,3 +83,6 @@ add_library( MaskedOcclusionCulling ${MOC_FILES} ) # Add folder to include path # target_include_directories(MaskedOcclusionCulling PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) + +install(FILES MaskedOcclusionCulling.h FrameRecorder.h CullingThreadpool.h TYPE INCLUDE) +install(TARGETS MaskedOcclusionCulling ARCHIVE LIBRARY RUNTIME)