/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to dict_hw/src/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-25 04:39:54 UTC
  • Revision ID: csa@dside.dyndns.org-20100425043954-v7xm2bzohickyl9z
Multi-GPU support

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    normxcorr_hw_msg.h
29
29
    dict_image.h
30
30
    helpers.h
 
31
    hw_sched.h
 
32
    hw_thread.h
31
33
)
32
34
 
33
35
SET(hst_cuda_SRCS
35
37
    validate.cpp
36
38
    dict_image.cpp
37
39
    normxcorr_hw_msg.cpp
 
40
    hw_sched.c
 
41
    hw_thread.c
38
42
    ${HEADERS}
39
43
)
40
44