root/src/CMakeLists.txt

Revision 214fc9d7a7c8ed9ee8fd8b8c51b19287374157e8, 349 bytes (checked in by Philip Herron <redbrain@…>, 2 years ago)

basic cmake support

  • Property mode set to 100644
Line 
1include_directories (../include)
2add_executable( crules
3  mm_crules.c
4  bb_backend.c
5  bb_signals.c
6  builtin_call_table.c
7  builtin_hash_table.c
8  builtin_stack.c
9  gg_garbage.c
10  object_class.c
11  object_list.c
12  object_number.c
13  object_string.c
14  rr_bin_eval.c
15  rr_context.c
16  rr_runtime.c
17  ss_eval.c
18)
19
20TARGET_LINK_LIBRARIES( crules parser )
Note: See TracBrowser for help on using the browser.