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