Changeset 1035 for cpp/frams


Ignore:
Timestamp:
11/29/20 01:27:31 (3 years ago)
Author:
Maciej Komosinski
Message:

Added a demo program to scale a Model and a simple test

Location:
cpp/frams
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/Makefile-SDK

    r1007 r1035  
    55include frams/Makefile-SDK-files
    66
    7 SDK_TESTS=genoconv_test genomanipulation geno_test genooper_test genooper_test_fTest neuro_test loader_test_geno loader_test_param saver_test_geno serial_test multiline_f0_test f0_variants_test full_props shapeconvert part_shapes neuro_layout_test geometry_apices_test geometry_info_test geometry_surface_test geometry_volume_test simil_test simil_unittests paramtree_stdin_test paramtree_paramlist_test mutableparam_test evol_test
     7SDK_TESTS=genoconv_test genomanipulation geno_test genooper_test genooper_test_fTest neuro_test loader_test_geno loader_test_param saver_test_geno serial_test multiline_f0_test f0_variants_test full_props resize_f0 shapeconvert part_shapes neuro_layout_test geometry_apices_test geometry_info_test geometry_surface_test geometry_volume_test simil_test simil_unittests paramtree_stdin_test paramtree_paramlist_test mutableparam_test evol_test
    88
    99sdk_tests: $(SDK_TESTS)
     
    6565        $(CXX) $(FULL_PROPS_OBJS) $(LDFLAGS) -o $@
    6666
     67resize_f0: $(RESIZE_F0_OBJS)
     68        $(CXX) $(RESIZE_F0_OBJS) $(LDFLAGS) -o $@
     69
    6770shapeconvert: $(SHAPECONVERT_OBJS)
    6871        $(CXX) $(SHAPECONVERT_OBJS) $(LDFLAGS) -o $@
  • cpp/frams/Makefile-SDK-files

    r1017 r1035  
    7676FULL_PROPS_OBJS= frams/_demos/full_props.o $(STDOUT_LOGGER_OBJS) common/virtfile/stdiofile.o $(SDK_OBJS) $(GENOCONV_AND_GENMAN_SDK_OBJS)
    7777
     78RESIZE_F0_OBJS= frams/_demos/resize_f0.o $(STDOUT_LOGGER_OBJS) common/virtfile/stdiofile.o $(SDK_OBJS) $(GENOCONV_AND_GENMAN_SDK_OBJS)
     79
    7880SHAPECONVERT_OBJS= frams/_demos/shapeconvert.o $(STDOUT_LOGGER_OBJS) common/virtfile/stdiofile.o $(SDK_OBJS) $(GENOCONV_AND_GENMAN_SDK_OBJS)
    7981
Note: See TracChangeset for help on using the changeset viewer.