v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
24
attic/authentication/CMakeLists.txt
Normal file
24
attic/authentication/CMakeLists.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
INCLUDE_DIRECTORIES (
|
||||
${STAR_CORE_INCLUDES}
|
||||
${STAR_AUTHENTICATION_INCLUDES}
|
||||
)
|
||||
|
||||
SET (authentication_HEADERS
|
||||
StarAuthenticationDatabaseFacade.hpp
|
||||
StarAuthenticationKey.hpp
|
||||
StarAuthenticationService.hpp
|
||||
StarAuthenticationConnection.hpp
|
||||
StarClientAuthentication.hpp
|
||||
StarServerAuthentication.hpp
|
||||
)
|
||||
|
||||
SET (authentication_SOURCES
|
||||
StarAuthenticationKey.cpp
|
||||
StarAuthenticationService.cpp
|
||||
StarAuthenticationConnection.cpp
|
||||
StarClientAuthentication.cpp
|
||||
StarServerAuthentication.cpp
|
||||
)
|
||||
|
||||
ADD_LIBRARY (star_authentication ${authentication_SOURCES} ${authentication_HEADERS})
|
||||
TARGET_LINK_LIBRARIES (star_authentication star)
|
Loading…
Add table
Add a link
Reference in a new issue