X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=9c5449fd451a23823958a353c6d7c83ab2d810d1;hb=738a4dee5e5270c8b9ede8825da35c4b4c7298e2;hp=755f28b482e498a7fef553600bdb0db297d1345b;hpb=8623ff013d63c9e7f39a1b086d0f32799562b3bc;p=casparcg diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 755f28b48..9c5449fd4 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -3,12 +3,12 @@ project (common) set(SOURCES diagnostics/graph.cpp - diagnostics/graph_to_log_sink.cpp gl/gl_check.cpp base64.cpp env.cpp + except.cpp filesystem.cpp log.cpp polling_filesystem_monitor.cpp @@ -45,7 +45,6 @@ elseif (CMAKE_COMPILER_IS_GNUCXX) endif () set(HEADERS diagnostics/graph.h - diagnostics/graph_to_log_sink.h gl/gl_check.h @@ -76,12 +75,17 @@ set(HEADERS lock.h log.h memory.h + memcpy.h + memset.h memshfl.h + no_init_proxy.h param.h polling_filesystem_monitor.h prec_timer.h + ptree.h scope_exit.h semaphore.h + software_version.h stdafx.h thread_info.h timer.h @@ -93,6 +97,7 @@ add_library(common ${SOURCES} ${HEADERS} ${OS_SPECIFIC_SOURCES}) add_precompiled_header(common stdafx.h FORCEINCLUDE) include_directories(..) +include_directories(${ASMLIB_INCLUDE_PATH}) include_directories(${BOOST_INCLUDE_PATH}) include_directories(${RXCPP_INCLUDE_PATH}) include_directories(${TBB_INCLUDE_PATH})