Skip to content

Commit

Permalink
rename build target _doxygen to libdoxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Jul 18, 2015
1 parent ecbb77b commit 4116648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -114,7 +114,7 @@ add_library(doxycfg
portable_c.c
)

add_library(_doxygen
add_library(libdoxygen
# custom generated files
${GENERATED_SRC}/lang_cfg.h
${GENERATED_SRC}/settings.h
Expand Down Expand Up @@ -226,7 +226,7 @@ add_library(_doxygen

add_executable(doxygen main.cpp)
target_link_libraries(doxygen
_doxygen
libdoxygen
doxycfg
qtools
md5
Expand Down

0 comments on commit 4116648

Please sign in to comment.