Skip to content

Commit

Permalink
Added AES and API sources to cmake list
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Jul 1, 2022
1 parent 11c49fe commit 93b8ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ add_library(xutils STATIC
${SOURCE_DIR}/sock.c
${SOURCE_DIR}/sync.c
${SOURCE_DIR}/xcpu.c
${SOURCE_DIR}/xaes.c
${SOURCE_DIR}/thread.c
${SOURCE_DIR}/xjson.c
${SOURCE_DIR}/xfs.c
${MEDIA_DIR}/xapi.c
${MEDIA_DIR}/mdtp.c
${MEDIA_DIR}/ntp.c
${MEDIA_DIR}/rtp.c
Expand Down

0 comments on commit 93b8ab6

Please sign in to comment.