/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-08-17 01:41:15 UTC
  • Revision ID: csa@dside.dyndns.org-20100817014115-xbh0h6086nz5sj2o
Synchronize with Chris version, set precision to 1, initial implementation of labview wrapper

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    ADD_EXECUTABLE(dict_hw_cli 
66
66
        dict_hw_cli.cpp
67
67
        dict_hw.h
 
68
        win/getopt.c
68
69
        win/getopt_long.c
69
70
        win/getopt.h
70
71
    )
 
72
    
 
73
    ADD_LIBRARY(dict_hw_dynlib win/dll.c)
 
74
    TARGET_LINK_LIBRARIES(dict_hw_dynlib dict_hw)
 
75
    SET_TARGET_PROPERTIES(dict_hw_dynlib PROPERTIES OUTPUT_NAME libdict_hw)
71
76
else ()
72
77
    ADD_EXECUTABLE(dict_hw_cli
73
78
        dict_hw_cli.cpp