This commit is contained in:
Daniel Larimer 2015-06-12 09:49:44 -04:00
commit 5c927d5df1

View file

@ -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 )