source: qutecom-coip/libs/webcam/tests/multi-visu/CMakeLists.txt @ 0:e18c44432190

Last change on this file since 0:e18c44432190 was 0:e18c44432190, checked in by vadim@…, 5 years ago

initial commit

File size: 314 bytes
Line 
1ow_create_executable(webcam-multi-visu-test)
2
3ow_use_private_libraries(
4        owqtutil
5        webcam
6        qt4
7)
8
9ow_add_private_include_dirs(
10        ${CMAKE_CURRENT_SOURCE_DIR}
11)
12
13qt4_wrap_cpp(${PROJECT_NAME}_SRCS
14        VideoWindow.h
15)
16
17ow_add_sources(
18        main.cpp
19        VideoWindow.cpp
20)
21
22ow_create_project_binary(MACOSX_BUNDLE EXCLUDE_FROM_ALL)
Note: See TracBrowser for help on using the repository browser.