Add travis, coverall and other things.
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user