mirror of https://github.com/AxioDL/logvisor.git
Initial commit
This commit is contained in:
commit
8eb66ae396
|
@ -0,0 +1,11 @@
|
|||
TEMPLATE = lib
|
||||
CONFIG += staticlib c++11
|
||||
TARGET = LogVisor
|
||||
CONFIG -= Qt
|
||||
QT =
|
||||
|
||||
HEADERS += \
|
||||
include/LogVisor/LogVisor.hpp
|
||||
|
||||
SOURCES += \
|
||||
lib/LogVisor.cpp
|
Loading…
Reference in New Issue