Remove a wasted check of XMLHttpResponse state
[gssweb.git] / gssapi_utils / CMakeLists.txt
1 cmake_minimum_required (VERSION 2.8)
2
3 project (gssapi_utils)
4
5 # add the library
6 add_library (gssapi_utils SHARED gssapi_utils.c)
7 target_link_libraries (gssapi_utils gssapi_krb5)
8