JSON Marshalling, updates from code review
[gssweb.git] / json_gssapi / test / CMakeLists.txt
1 include_directories(${CMAKE_SOURCE_DIR}/src)
2
3 add_executable(test GSSExceptionTest.cpp InitSecContextMock.cpp 
4                     GSSCreateSecContextTest.cpp test_run.cpp 
5                     ../src/GSSCreateSecContextCommand.cpp 
6                     ../src/util_json.cpp ../src/GSSException.cpp)
7
8 target_link_libraries(test cppunit gssapi_krb5 jansson)
9
10 # install(TARGETS test RUNTIME DESTINATION bin)