Skip to content

Commit

Permalink
Build: Add tjdoc target for building TurboJPEG dox
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Jan 23, 2024
1 parent 0ef0792 commit 289df64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -710,6 +710,9 @@ if(WITH_TURBOJPEG)

add_executable(tjexample tjexample.c)
target_link_libraries(tjexample turbojpeg)

add_custom_target(tjdoc COMMAND doxygen -s doxygen.config
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
endif()

if(ENABLE_STATIC)
Expand Down

0 comments on commit 289df64

Please sign in to comment.