X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fo-ran-sc%2Fo-ran-ru%2FCMakeLists.txt;fp=ntsimulator%2Fdeploy%2Fo-ran-sc%2Fo-ran-ru%2FCMakeLists.txt;h=0000000000000000000000000000000000000000;hb=f1d5c9198acde7a7ce296490087cad37e008f688;hp=8eabadd5c0d05f8f4019b3a5b34134794f714276;hpb=f2d8f1002fa93848c80a88e5658db4816cba3020;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/o-ran-sc/o-ran-ru/CMakeLists.txt b/ntsimulator/deploy/o-ran-sc/o-ran-ru/CMakeLists.txt deleted file mode 100644 index 8eabadd..0000000 --- a/ntsimulator/deploy/o-ran-sc/o-ran-ru/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -set(UTILS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/utils") - -include_directories( - "${PROJECT_SOURCE_DIR}/inc/utils" - "/usr/include" -) - -add_subdirectory(generic-notifications) - -# sources -set (UTILS_SOURCES - ${UTILS_DIR}/utils.c -) - -add_library(utils STATIC ${UTILS_SOURCES}) -set_property(TARGET utils PROPERTY COMPILE_FLAGS "-fPIC") -target_link_libraries(utils m) -target_link_libraries(utils cjson) \ No newline at end of file