diff --git a/CMakeLists.txt b/CMakeLists.txt index 36067c7..b52282e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -288,8 +288,8 @@ ENDIF() add_executable( api tests/api.cpp ) target_link_libraries( api fc ) -add_executable( blind tests/blind.cpp ) -target_link_libraries( blind fc ) +#add_executable( blind tests/blind.cpp ) +#target_link_libraries( blind fc ) include_directories( vendor/websocketpp )