Skip to content

Commit

Permalink
add tab about license information of 3rd party libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 11, 2018
1 parent fa8f012 commit 7335b3a
Show file tree
Hide file tree
Showing 4 changed files with 3,470 additions and 7 deletions.
18 changes: 12 additions & 6 deletions src/CMakeLists.txt
Expand Up @@ -7,21 +7,27 @@ add_subdirectory(Main)
add_subdirectory(Mod)
add_subdirectory(Ext)
if(BUILD_GUI)
add_subdirectory(Gui)
configure_file(Doc/freecad.qhc ${CMAKE_BINARY_DIR}/doc/freecad.qhc COPYONLY)
configure_file(Doc/freecad.qch ${CMAKE_BINARY_DIR}/doc/freecad.qch COPYONLY)
add_subdirectory(Gui)
configure_file(Doc/freecad.qhc ${CMAKE_BINARY_DIR}/doc/freecad.qhc COPYONLY)
configure_file(Doc/freecad.qch ${CMAKE_BINARY_DIR}/doc/freecad.qch COPYONLY)
endif(BUILD_GUI)

if(BUILD_TEMPLATE)
add_subdirectory(Tools/_TEMPLATE_)
add_subdirectory(Tools/_TEMPLATE_)
endif(BUILD_TEMPLATE)

configure_file(Doc/ThirdPartyLibraries.html
${CMAKE_BINARY_DIR}/doc/ThirdPartyLibraries.html COPYONLY)
add_subdirectory(Doc)

if(FREECAD_MAINTAINERS_BUILD AND WIN32)
#add_subdirectory(WindowsInstaller)
#add_subdirectory(WindowsInstaller)
endif(FREECAD_MAINTAINERS_BUILD AND WIN32)
INSTALL(FILES Doc/freecad.qhc Doc/freecad.qch

INSTALL(FILES
Doc/freecad.qhc
Doc/freecad.qch
Doc/ThirdPartyLibraries.html
DESTINATION ${CMAKE_INSTALL_DOCDIR}
)

Expand Down

0 comments on commit 7335b3a

Please sign in to comment.