X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2FCMakeLists.txt;h=21ef8a9bdef15a137c68de1968d2efff4c524801;hb=9e4b08cde6c6de9e83a3fff42d90affc3cd8e5bc;hp=aaa67b0e12840c54bfe2d058643630402722564c;hpb=b59ec2b89fbc8a2fbccaaa42d623db97a241a54b;p=casparcg diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index aaa67b0e1..21ef8a9bd 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required (VERSION 2.6) project (core) set(SOURCES + consumer/syncto/syncto_consumer.cpp + consumer/frame_consumer.cpp consumer/output.cpp consumer/port.cpp @@ -58,6 +60,8 @@ set(SOURCES video_format.cpp ) set(HEADERS + consumer/syncto/syncto_consumer.h + consumer/frame_consumer.h consumer/output.h consumer/port.h @@ -149,6 +153,7 @@ include_directories(${GLEW_INCLUDE_PATH}) source_group(sources ./*) source_group(sources\\consumer consumer/*) +source_group(sources\\consumer\\syncto consumer/syncto/*) source_group(sources\\diagnostics diagnostics/*) source_group(sources\\producer producer/*) source_group(sources\\producer\\framerate producer/framerate/*)