diff options
| author | rimio <vasi.vilvoiu@gmail.com> | 2018-03-05 23:32:48 +0200 |
|---|---|---|
| committer | rimio <vasi.vilvoiu@gmail.com> | 2018-03-05 23:32:48 +0200 |
| commit | e3f3c0d12eb83af50f984332a8ddae6f27197b12 (patch) | |
| tree | a352968cbdd340f19ade64ebd0d78ca49e88aae7 /CMakeLists.txt | |
| parent | f8b56be188fa5ea9706f91ec7ca513740850af02 (diff) | |
Change dir structure to accomodate multiple tools
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a828b66..4980705 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,13 +38,13 @@ set (LIB_INCLUDES ) set (LIB_SOURCES - "${SRC_DIR}/ecbor.c" - "${SRC_DIR}/ecbor_encoder.c" - "${SRC_DIR}/ecbor_decoder.c" + "${SRC_DIR}/libecbor/ecbor.c" + "${SRC_DIR}/libecbor/ecbor_encoder.c" + "${SRC_DIR}/libecbor/ecbor_decoder.c" ) set (DESCRIBE_TOOL_SOURCES - "${SRC_DIR}/ecbor_describe.c" + "${SRC_DIR}/ecbor-describe/ecbor_describe.c" ) # Targets |
