Commit d4e94485 authored by jan.koester's avatar jan.koester
Browse files

some ext

parent e2203582
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.0)
project(guestbook)

find_package(libnetplus REQUIRED)
find_package(libcmdplus REQUIRED)
find_package(libhttppp REQUIRED)
find_package(libhtmlpp REQUIRED)
find_package(netplus REQUIRED)
find_package(cmdplus REQUIRED)
find_package(httppp REQUIRED)
find_package(htmlpp REQUIRED)

add_executable(guestbook main.cpp)