Navigation



Ignore:
Timestamp:
Dec 9, 2009, 5:36:38 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Renamed several extensions

File:
1 moved

Legend:

Unmodified
Added
Removed
  • extensions/test_app/CMakeLists.txt

    r93 r120  
    33
    44# Parser files
    5 BISON_FILE(atst_conf.y)
    6 FLEX_FILE(atst_conf.l)
    7 SET_SOURCE_FILES_PROPERTIES(lex.atst_conf.c atst_conf.tab.c PROPERTIES COMPILE_FLAGS "-I ${CMAKE_CURRENT_SOURCE_DIR}")
     5BISON_FILE(ta_conf.y)
     6FLEX_FILE(ta_conf.l)
     7SET_SOURCE_FILES_PROPERTIES(lex.ta_conf.c ta_conf.tab.c PROPERTIES COMPILE_FLAGS "-I ${CMAKE_CURRENT_SOURCE_DIR}")
    88
    99# List of source files
    1010SET( APP_TEST_SRC
    11         app_test.c
    12         app_test.h
    13         lex.atst_conf.c
    14         atst_conf.tab.c
    15         atst_conf.tab.h
    16         atst_sig.c
    17         atst_dict.c
    18         atst_serv.c
    19         atst_cli.c
     11        test_app.h
     12        test_app.c
     13        lex.ta_conf.c
     14        ta_conf.tab.c
     15        ta_conf.tab.h
     16        ta_sig.c
     17        ta_dict.c
     18        ta_cli.c
     19        ta_serv.c
    2020)
    2121
    2222# Compile as a module
    23 FD_ADD_EXTENSION(app_test ${APP_TEST_SRC})
     23FD_ADD_EXTENSION(test_app ${APP_TEST_SRC})
Note: See TracChangeset for help on using the changeset viewer.