updated CMakeLists.txt for standalone builds

main
Michael Mandl 2018-03-29 21:14:25 +02:00
parent 3b05cd7c99
commit 68fb66f19c
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_build

View File

@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.5)
find_package(XMLRPC REQUIRED c++2 client)
project(DokuWiki LANGUAGES CXX)
find_package(XMLRPC REQUIRED c++2 client)
set(dokuwiki_headers
include/dokuwiki.h
source/dokuwiki.impl.h