source: qutecom-coip/libs/webcam/tests/multi-visu/CMakeLists.txt @ 1:7054718019f9

Last change on this file since 1:7054718019f9 was 1:7054718019f9, checked in by vadim@…, 5 years ago

This patch transforms wengophone 2.2 branch into trunk

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