7eaa6af7bf5ad68ca06ced3db1751aa7567e5303
[gssweb.git] / npapi / CMakeLists.txt
1 cmake_minimum_required (VERSION 2.8)
2
3 project (WebShot)
4
5 #include_directories ("${PROJECT_SOURCE_DIR}/Win")
6 #add_subdirectory (Win) 
7
8 # add the library
9 add_library (WebShot SHARED js_gss_api.c npapi.c)
10 #target_link_libraries (WebShot Win)