Check in some work on the NPAPI; probably abandoned, but why lose the work if we...
[gssweb.git] / npapi / CMakeLists.txt
1 cmake_minimum_required (VERSION 2.8)
2
3 project (GSSWeb)
4
5 #include_directories ("${PROJECT_SOURCE_DIR}/Win")
6 #add_subdirectory (Win) 
7
8 # add the library
9 add_library (GSSWeb SHARED npapiplugin.cpp js_gss_api.c npapi.c)
10 #target_link_libraries (GSSWeb Win)