]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/other/radius/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / other / radius / CMakeLists.txt
diff --git a/stargazer/plugins/other/radius/CMakeLists.txt b/stargazer/plugins/other/radius/CMakeLists.txt
new file mode 100644 (file)
index 0000000..4f6deb2
--- /dev/null
@@ -0,0 +1,9 @@
+find_package ( YAJL REQUIRED )
+
+set ( CPP_FILES radius.cpp
+                config.cpp
+                conn.cpp )
+
+add_library ( mod_radius MODULE ${CPP_FILES} )
+
+target_link_libraries ( mod_radius logger json common YAJL::YAJL )