Skip to content

Commit

Permalink
Fix header install path for visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
dsieger committed Jun 19, 2019
1 parent 6187afe commit 76401d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmp/visualization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else()
add_library(pmp_vis STATIC ${SRCS} ${HDRS})
target_link_libraries(pmp_vis pmp stb_image imgui glfw glew ${OPENGL_LIBRARIES})
install(TARGETS pmp_vis DESTINATION lib)
install(FILES ${HDRS} DESTINATION include/pmp/gl)
install(FILES ${HDRS} DESTINATION include/pmp/visualization)
endif()

endif()

0 comments on commit 76401d1

Please sign in to comment.