[CMAKE] Cleanup the cmake files
authorSangjung woo <sangjung.woo@samsung.com>
Fri, 3 Aug 2018 06:11:17 +0000 (15:11 +0900)
committer송욱/동작제어Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Mon, 6 Aug 2018 01:31:33 +0000 (10:31 +0900)
commita48129df54bd7fceab36829b099db2042a5f0964
tree9c18149c79b96888e1d51985870c22908416323e
parentc9171a2aabae2935fc9a95fecf3885692d6b6df4
[CMAKE] Cleanup the cmake files

* Remove redundant minimum required version checker in CMakeLists
* Move 'ADD_SUBDIRECTORY' statements as a single block to imporve
  readability

Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
16 files changed:
gst/tensor_converter/CMakeLists.txt
gst/tensor_decoder/CMakeLists.txt
gst/tensor_demux/CMakeLists.txt
gst/tensor_filter/CMakeLists.txt
gst/tensor_mux/CMakeLists.txt
gst/tensor_saveload/CMakeLists.txt
gst/tensor_sink/CMakeLists.txt
gst/tensor_transform/CMakeLists.txt
nnstreamer_example/CMakeLists.txt
nnstreamer_example/custom_example_average/CMakeLists.txt
nnstreamer_example/custom_example_passthrough/CMakeLists.txt
nnstreamer_example/custom_example_scaler/CMakeLists.txt
nnstreamer_example/example_cam/CMakeLists.txt
nnstreamer_example/example_filter/CMakeLists.txt
nnstreamer_example/example_sink/CMakeLists.txt
tests/nnstreamer_tensors/tensors_test/CMakeLists.txt