]> git.stg.codes - stg.git/blobdiff - stargazer/CMakeLists.txt
Non-virtual admin.
[stg.git] / stargazer / CMakeLists.txt
index 43c8e91aca384bc99639c6e4ac6521c2e06e0059..073c71652f4cf4bc73e3159e1d3938a0eb75eb7f 100644 (file)
@@ -4,7 +4,6 @@ set ( CPP_FILES main.cpp
                 tariffs_impl.cpp
                 corps_impl.cpp
                 services_impl.cpp
-                admin_impl.cpp
                 user_impl.cpp
                 tariff_impl.cpp
                 eventloop.cpp
@@ -22,7 +21,7 @@ find_package ( Threads REQUIRED )
 
 add_executable ( stargazer ${CPP_FILES} )
 
-target_link_libraries ( stargazer scriptexecuter dotconfpp logger common Threads::Threads dl )
+target_link_libraries ( stargazer scriptexecuter dotconfpp logger common Threads::Threads ${CMAKE_DL_LIBS} )
 
 add_subdirectory ( plugins )