X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ntsimulator%2Fsrc%2Fo-ran-notifications%2FCMakeLists.txt;fp=ntsimulator%2Fsrc%2Fo-ran-notifications%2FCMakeLists.txt;h=d915ca29949ae908b1fb581bad93229e4c197426;hb=29ce368a8b49cb41f3a1640581ff9958ea50ad8c;hp=0000000000000000000000000000000000000000;hpb=1d6c03fcfde03df735f82913ea795a75cd3068d9;p=sim%2Fo1-interface.git diff --git a/ntsimulator/src/o-ran-notifications/CMakeLists.txt b/ntsimulator/src/o-ran-notifications/CMakeLists.txt new file mode 100644 index 0000000..d915ca2 --- /dev/null +++ b/ntsimulator/src/o-ran-notifications/CMakeLists.txt @@ -0,0 +1,17 @@ +set (NOTIFICATIONS_SOURCES + o-ran-notifications.c +) + +include_directories( + "/usr/include/x86_64-linux-gnu" + "/usr/local/include/cjson" +) + +add_executable(o-ran-notifications ${NOTIFICATIONS_SOURCES}) +target_link_libraries(o-ran-notifications utils) +target_link_libraries(o-ran-notifications sysrepo) +target_link_libraries(o-ran-notifications m) +target_link_libraries(o-ran-notifications curl) +target_link_libraries(o-ran-notifications cjson) + +install(TARGETS o-ran-notifications DESTINATION ${CMAKE_INSTALL_BINDIR}) \ No newline at end of file