Initial commit

This commit is contained in:
Jack Andersen 2015-07-03 08:26:55 -10:00
commit 8eb66ae396
3 changed files with 11 additions and 0 deletions

11
LogVisor.pro Normal file
View File

@ -0,0 +1,11 @@
TEMPLATE = lib
CONFIG += staticlib c++11
TARGET = LogVisor
CONFIG -= Qt
QT =
HEADERS += \
include/LogVisor/LogVisor.hpp
SOURCES += \
lib/LogVisor.cpp

View File

0
lib/LogVisor.cpp Normal file
View File