Browse Source

Removed now unused dependency

master
Artyom Beilis 8 years ago
parent
commit
dab304227c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      CMakeLists.txt

+ 0
- 1
CMakeLists.txt View File

@@ -657,7 +657,6 @@ if(NOT DISABLE_SHARED)
set_target_properties(${SKIN} PROPERTIES COMPILE_DEFINITIONS DLL_EXPORT)
endif()
endforeach()
target_link_libraries(tc_plugin tc_sep_skin)

add_library(plugin SHARED tests/test_plugin_so.cpp)
target_link_libraries(plugin ${CPPCMS_LIB})


Loading…
Cancel
Save