/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/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-12-15 13:54:56 UTC
  • Revision ID: csa@dside.dyndns.org-20091215135456-0q8p63jwg4dzbf6p
Collection of timing information and fix for a crash in non-matlab mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
set(DICT_HW_LIBRARIES ${GLIB2_LIBRARIES} ${CUDPP_LIBRARY} ${IMAGE_LIBRARIES})
47
47
set(DICT_HW_DEFINITIONS ${IMAGE_DEFINES})
48
48
 
49
 
ADD_SUBDIRECTORY(src)
50
 
 
51
49
message("")
52
50
message("Configuration")
53
51
message("-------------")
63
61
message(" * Supported image formats: ${IMAGE_FORMATS}")
64
62
 
65
63
if (MEASURE_TIMINGS)
 
64
    set(DICT_HW_DEFINITIONS ${DICT_HW_DEFINITIONS} -DDICT_HW_MEASURE_TIMINGS)
66
65
    message(" * Build configuration: ${CMAKE_BUILD_TYPE} with timing information")
67
 
    set(DICT_HW_DEFINITIONS ${DICT_HW_DEFINITIONS} -DDICT_HW_MEASURE_TIMINGS)
68
66
else()
69
67
    message(" * Build configuration: ${CMAKE_BUILD_TYPE}")
70
68
endif()
74
72
message(" * NVCCFLAGS: ${CUDA_NVCC_FLAGS}")
75
73
message("\n")
76
74
 
 
75
ADD_SUBDIRECTORY(src)
 
76
 
77
77
 
78
78
#SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "build;PyHST_c_CPU/PyHST_c.so")
79
79