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=3eec7d786aba85df256f1857256e5f1e8f45f2f0;hb=1f1479ff8ce3a268acb7b70a32bb789d859a915b;hp=0000000000000000000000000000000000000000;hpb=34ec819462d5f81ceeb723e47467bf50a8454f34;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 new file mode 100644 index 0000000..3eec7d7 --- /dev/null +++ b/ntsimulator/deploy/o-ran-sc/o-ran-ru/CMakeLists.txt @@ -0,0 +1,16 @@ +set(UTILS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/utils") + +include_directories( + "${PROJECT_SOURCE_DIR}/inc/utils" + "/usr/include" +) + +# 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