/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2013-06-14 15:30:33 UTC
  • Revision ID: csa@dside.dyndns.org-20130614153033-t9b56hr4jdkd3ul8
Placeholders for DFI implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
521
521
    ADD_SUBDIRECTORY(hst_cuda)
522
522
    ADD_CUSTOM_TARGET(gpu ALL)
523
523
    ADD_DEPENDENCIES(gpu hst_cuda)
524
 
    
 
524
 
 
525
    ADD_SUBDIRECTORY(dfi_cuda)
 
526
    ADD_DEPENDENCIES(gpu dfi_cuda)
 
527
 
525
528
    if (FALLBACK_CPU)
526
529
        ADD_DEPENDENCIES(gpu hst_cpu)
527
530
    endif (FALLBACK_CPU)