Add travis, coverall and other things.

This commit is contained in:
Godzil
2020-02-17 21:56:59 +00:00
parent a8ca88640b
commit 2e2d8c143c
5 changed files with 55 additions and 3 deletions

View File

@@ -18,4 +18,8 @@ target_link_libraries(rayonnement LodePNG)
# Second we build the main executable
add_executable(dorayme main.cpp)
target_include_directories(rayonnement PUBLIC include ${LODEPNG_INCLUDE_FOLDER})
target_link_libraries(dorayme rayonnement)
target_link_libraries(dorayme rayonnement)
if (COVERALLS)
set(COVERAGE_SRCS ${RAY_HEADERS} ${RAY_SOURCES} ${COVERAGE_SRCS} PARENT_SCOPE)
endif()