Skip to content

Commit

Permalink
CMakeLists: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Oct 29, 2023
1 parent 4fad022 commit b74f14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(BUILD_DOCS)
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/docs/html
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/doc/bincookie-0.1.6)
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/doc/winprefs-0.2.1)
endif()

add_subdirectory(native)
Expand Down

0 comments on commit b74f14d

Please sign in to comment.