Skip to content

Commit

Permalink
HOTFIX: Add table to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Oct 2, 2019
1 parent 615d976 commit ae7de38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ aux_source_directory(fsw/src APP_SRC_FILES)

# Create the app module
add_cfe_app(sample_app ${APP_SRC_FILES})

# Add table
add_cfe_tables(sampleTable fsw/src/sample_table.c)

0 comments on commit ae7de38

Please sign in to comment.