X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=common%2FCMakeLists.txt;h=9c5449fd451a23823958a353c6d7c83ab2d810d1;hb=c0eb56796b07e6f3c2480b8284e06152a4ed24d9;hp=3705885c259516ab12d2e3c0e30d782f52ee5115;hpb=76f0792219ea197dc69520fd2fa4841bbce8033e;p=casparcg diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 3705885c2..9c5449fd4 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -8,6 +8,7 @@ set(SOURCES base64.cpp env.cpp + except.cpp filesystem.cpp log.cpp polling_filesystem_monitor.cpp @@ -74,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 @@ -91,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})