Added project files

master
Sean McArdle 2017-06-21 22:37:26 -07:00
parent cc2f894b2c
commit 036fb38eb0
218 changed files with 12620 additions and 0 deletions

25
CMakeLists.txt Normal file
View File

@ -0,0 +1,25 @@
cmake_minimum_required(VERSION 3.7)
project(fscanary)
set(CMAKE_CXX_STANDARD 14)
add_subdirectory(
lib/efsw
)
include_directories(
${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/lib
${CMAKE_SOURCE_DIR}/lib/efsw/include
)
set(SOURCE_FILES main.cpp)
add_executable(fscanary ${SOURCE_FILES})
set( LIBS
efsw
)
target_link_libraries(${PROJECT_NAME} ${LIBS})

5
LICENSE Normal file
View File

@ -0,0 +1,5 @@
/* Copyright (C) Sean McArdle - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Sean McArdle <sean@mcardletech.com>, Jun 21, 2017
*/

BIN
lib/efsw/.hg/00changelog.i Normal file

Binary file not shown.

1
lib/efsw/.hg/branch Normal file
View File

@ -0,0 +1 @@
default

4
lib/efsw/.hg/cache/branch2-served vendored Normal file
View File

@ -0,0 +1,4 @@
c59407e45de6e082cd862a50b23afa98d572ab2c 165
0c973462da4bb2cb3503193ae4b57d38e62056f0 c binaryking/add-the-ability-to-build-the-test-app-th-1404485615650
c59407e45de6e082cd862a50b23afa98d572ab2c o default
c2b7e6fa835a80d3a5b7610f5a3f5cc2d71da102 o develop

0
lib/efsw/.hg/cache/checkisexec vendored Executable file
View File

1
lib/efsw/.hg/cache/checklink vendored Symbolic link
View File

@ -0,0 +1 @@
checklink-target

0
lib/efsw/.hg/cache/checklink-target vendored Normal file
View File

0
lib/efsw/.hg/cache/checknoexec vendored Normal file
View File

BIN
lib/efsw/.hg/cache/hgtagsfnodes1 vendored Normal file

Binary file not shown.

BIN
lib/efsw/.hg/cache/rbc-names-v1 vendored Normal file

Binary file not shown.

BIN
lib/efsw/.hg/cache/rbc-revs-v1 vendored Normal file

Binary file not shown.

2
lib/efsw/.hg/cache/tags2-visible vendored Normal file
View File

@ -0,0 +1,2 @@
165 c59407e45de6e082cd862a50b23afa98d572ab2c
854e6d23258ed18984c1dcf0396050a66e5b13fb 1.0.0

BIN
lib/efsw/.hg/dirstate Normal file

Binary file not shown.

14
lib/efsw/.hg/hgrc Normal file
View File

@ -0,0 +1,14 @@
# example repository config (see 'hg help config' for more info)
[paths]
default = https://bitbucket.org/SpartanJ/efsw
# path aliases to other clones of this repo in URLs or filesystem paths
# (see 'hg help config.paths' for more info)
#
# default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
# my-fork = ssh://jdoe@example.net/hg/jdoes-fork
# my-clone = /home/jdoe/jdoes-clone
[ui]
# name and email (local to this repository, optional), e.g.
# username = Jane Doe <jdoe@example.com>

5
lib/efsw/.hg/requires Normal file
View File

@ -0,0 +1,5 @@
dotencode
fncache
generaldelta
revlogv1
store

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More