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