mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-05-31 19:51:20 +00:00
added CMakeLists.txt
This commit is contained in:
parent
c3dc632dd0
commit
9f82371338
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
include_directories(include)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
file(GLOB LOG_VISOR_HEADERS include/LogVisor/*.hpp)
|
||||
add_library(LogVisor
|
||||
lib/LogVisor.cpp
|
||||
${LOG_VISOR_HEADERS})
|
||||
install(DIRECTORY include/LogVisor DESTINATION include/LogVisor)
|
||||
set(LOG_VISOR_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include CACHE PATH "LogVisor include dir" FORCE)
|
Loading…
x
Reference in New Issue
Block a user