]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/authorization/ao/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / authorization / ao / CMakeLists.txt
diff --git a/stargazer/plugins/authorization/ao/CMakeLists.txt b/stargazer/plugins/authorization/ao/CMakeLists.txt
new file mode 100644 (file)
index 0000000..9acccf1
--- /dev/null
@@ -0,0 +1,5 @@
+set ( CPP_FILES ao.cpp )
+
+add_library ( mod_auth_ao MODULE ${CPP_FILES} )
+
+target_link_libraries ( mod_auth_ao scriptexecuter logger common )