]> git.stg.codes - stg.git/blob - stargazer/plugins/authorization/ao/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / authorization / ao / CMakeLists.txt
1 set ( CPP_FILES ao.cpp )
2
3 add_library ( mod_auth_ao MODULE ${CPP_FILES} )
4
5 target_link_libraries ( mod_auth_ao scriptexecuter logger common )