X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/1345c0a23da2a0dc0bbeb6a91783abef1b235fbe..HEAD:/stargazer/CMakeLists.txt diff --git a/stargazer/CMakeLists.txt b/stargazer/CMakeLists.txt deleted file mode 100644 index d64efc6c..00000000 --- a/stargazer/CMakeLists.txt +++ /dev/null @@ -1,29 +0,0 @@ -set ( CPP_FILES main.cpp - admins_impl.cpp - users_impl.cpp - tariffs_impl.cpp - corps_impl.cpp - services_impl.cpp - admin_impl.cpp - user_impl.cpp - tariff_impl.cpp - eventloop.cpp - pidfile.cpp - plugin_runner.cpp - plugin_mgr.cpp - settings_impl.cpp - stg_timer.cpp - store_loader.cpp - traffcounter_impl.cpp - user_property.cpp ) - -set ( THREADS_PREFER_PTHREAD_FLAG ON ) -find_package ( Threads REQUIRED ) - -add_executable ( stargazer ${CPP_FILES} ) - -target_link_libraries ( stargazer scriptexecuter dotconfpp logger common Threads::Threads ${CMAKE_DL_LIBS} ) - -add_subdirectory ( plugins ) - -# TODO: install