X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shell%2FCMakeLists.txt;h=6a514b931ca4d13975e87db9094e78c15d20786f;hb=db6ae747c77703ab44d630baa190a9aba7e08ca3;hp=ecd77f976e9a425d8f157a6e6e9eebb14a96ad89;hpb=616cbec012ccfba29942e6649d945074161f5ce3;p=casparcg diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt index ecd77f976..6a514b931 100644 --- a/shell/CMakeLists.txt +++ b/shell/CMakeLists.txt @@ -20,11 +20,13 @@ elseif (CMAKE_COMPILER_IS_GNUCXX) endif () set(SOURCES casparcg.config + included_modules.tmpl main.cpp server.cpp stdafx.cpp ) set(HEADERS + default_audio_config.h included_modules.h platform_specific.h server.h @@ -34,6 +36,17 @@ set(HEADERS add_executable(casparcg ${SOURCES} ${HEADERS} ${OS_SPECIFIC_SOURCES}) add_precompiled_header(casparcg stdafx.h FORCEINCLUDE) +add_executable(generate_docs generate_docs.cpp included_modules.h) +target_link_libraries(generate_docs + protocol + accelerator + + "${CASPARCG_MODULE_PROJECTS}" + + reroute +) + + include_directories(..) include_directories(${BOOST_INCLUDE_PATH}) include_directories(${RXCPP_INCLUDE_PATH})