Switch to a plugin model
[src/app-framework-binder.git] / plugins / session / CMakeLists.txt
1 INCLUDE_DIRECTORIES(${include_dirs})
2
3 ADD_LIBRARY(token-api MODULE token-api.c)
4 SET_TARGET_PROPERTIES(token-api PROPERTIES PREFIX "")
5 INSTALL(TARGETS token-api
6         LIBRARY DESTINATION ${plugin_install_dir})