Skip to content

Commit

Permalink
Enable example doxmlparser possibilities for cmake build
Browse files Browse the repository at this point in the history
The doxmlparser example program  could be build by the build system before the use of cmake. In cmake it was available but "disabled" by means of an empty CMakeLists.txt in the doxmlparser main directory.
(Windows is not fond of symbolic links, so removing link between src/doxmlintf.h and include/doxmlintf.h)
  • Loading branch information
albert-github committed May 12, 2019
1 parent bcc8da6 commit 0a2dfb5
Show file tree
Hide file tree
Showing 11 changed files with 1,194 additions and 1,212 deletions.
4 changes: 4 additions & 0 deletions addon/doxmlparser/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

add_subdirectory(src)
add_subdirectory(examples)
add_subdirectory(test)
2 changes: 2 additions & 0 deletions addon/doxmlparser/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

add_subdirectory(metrics)
14 changes: 14 additions & 0 deletions addon/doxmlparser/examples/metrics/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

include_directories(
../../include
)

add_executable(doxmlparser_metrics
main.cpp
)


target_link_libraries(doxmlparser_metrics
doxmlparser
qtools
)
15 changes: 0 additions & 15 deletions addon/doxmlparser/examples/metrics/Makefile.in

This file was deleted.

20 changes: 0 additions & 20 deletions addon/doxmlparser/examples/metrics/metrics.pro.in

This file was deleted.

1 change: 0 additions & 1 deletion addon/doxmlparser/include/doxmlintf.h

This file was deleted.

Loading

0 comments on commit 0a2dfb5

Please sign in to comment.