maxsmg@MyPCSecondery:~/Projects/Boost/HttpServer/cmake-build$ make
-- Configuring done
-- Generating done
-- Build files have been written to: /home/maxsmg/Projects/Boost/HttpServer/cmake-build
Consolidate compiler generated dependencies of target main
[ 50%] Linking CXX executable main
/usr/bin/ld: CMakeFiles/main.dir/main.cpp.o: в функции «main»:
main.cpp:(.text+0x18f): неопределённая ссылка на «http::server::server::server(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)»
/usr/bin/ld: main.cpp:(.text+0x1f8): неопределённая ссылка на «http::server::server::run()»
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/main.dir/build.make:151: main] Ошибка 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/main.dir/all] Ошибка 2
make: *** [Makefile:91: all] Ошибка 2