mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-05-17 04:41:29 +00:00
6 lines
187 B
CMake
6 lines
187 B
CMake
include_directories(include)
|
|
add_library(LogVisor
|
|
lib/LogVisor.cpp
|
|
include/LogVisor/LogVisor.hpp)
|
|
install(DIRECTORY include/LogVisor DESTINATION include/LogVisor)
|