fixed travis recipe, reordered source tree

This commit is contained in:
tastytea 2018-03-18 15:37:47 +01:00
parent 537defb38b
commit ea3b596abb
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
8 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:lemourin/libcloudstorage'
- sourceline: 'ppa:cspensky/sda'
packages:
- g++-5
- libcurlpp-dev

View File

@ -26,7 +26,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
endif()
# Library
file(GLOB sources src/*.cpp src/*.hpp)
file(GLOB sources src/*.cpp src/*.hpp src/api/*.cpp)
add_library(mastodon-cpp SHARED ${sources})
set_target_properties(mastodon-cpp PROPERTIES
VERSION ${PROJECT_VERSION}