Browse Source

Update CMakeLists.txt

pull/671/head
siddharthati GitHub 5 years ago
parent
commit
9dbf4f555d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apps/CMakeLists.txt

+ 1
- 1
apps/CMakeLists.txt View File

@@ -117,6 +117,6 @@ add_executable(json_parse json_parse.c)
target_link_libraries(json_parse PRIVATE ${APPS_LINK_LIBS})

# Note: it is intentional that there are no install instructions here yet.
# When/if the interface of the app(s) listed here settles down enough to
# if the interface of the app(s) listed here settles down enough to
# publish as part of a regular build that will be added.


Loading…
Cancel
Save