[Build] Move NNS_EDGE_LIB_NAME variable to root CMakeLists.txt
authorSeungha Son <linuxias@gmail.com>
Thu, 6 Apr 2023 15:16:31 +0000 (00:16 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 10 Apr 2023 03:43:09 +0000 (12:43 +0900)
commit05daaf0e9242be79b74fd42ee665328107d875dd
treefeaf5888a5ee3714888a09797f8323dcbe9fbbae
parent5edc24265694a77a957e4dff51f090918cea96c9
[Build] Move NNS_EDGE_LIB_NAME variable to root CMakeLists.txt

 Move the NNS_EDGE_LIB_NAME variable from the src/CMakeLists.txt to
 CMakeLists.txt in the root directory.
 Since the nnstreamer-edge value is also referenced in the
 tests/CMakeLists.txt file, change the variable to use in common to
 minimize human errors.

Signed-off-by: Seungha Son <linuxias@gmail.com>
CMakeLists.txt
src/CMakeLists.txt
tests/CMakeLists.txt