Parse gss_init_sec_context parameters out of a JSON string
[gssweb.git] / json_gssapi / test / CMakeLists.txt
1 include_directories(${CMAKE_SOURCE_DIR}/src)
2
3 add_executable(test InitSecContextMock.cpp GSSCreateSecContextTest.cpp test_run.cpp JSONParseTest.cpp ../src/GSSCreateSecContextCommand.cpp ../src/util_json.cpp)
4
5 target_link_libraries(test cppunit gssapi_krb5 jansson)
6
7 # install(TARGETS test RUNTIME DESTINATION bin)