Skip to content

Commit

Permalink
Merge pull request #235 from crocs-muni/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Bender250 authored Apr 21, 2017
2 parents 875498f + ad2ccda commit 465ec8a
Show file tree
Hide file tree
Showing 2,075 changed files with 267 additions and 410,087 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "eacirc-streams"]
path = eacirc-streams
url = https://github.com/crocs-muni/eacirc-streams.git
31 changes: 18 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
cmake_minimum_required(VERSION 3.4)
project(eacirc)

set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
find_package(Git)

if (NOT EXISTS eacirc-streams/CMakeLists.txt)
execute_process(
COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
endif()

set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/eacirc-streams/eacirc-core/cmake)

include(build_stream)

# === Set CXX flags ===
if(CMAKE_COMPILER_IS_GNUCXX OR ${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
Expand All @@ -14,19 +25,13 @@ else()
endif()

# === targets ===
add_subdirectory(core)
add_subdirectory(eacirc-streams)

add_subdirectory(eacirc)
add_subdirectory(solvers)

add_subdirectory(streams/estream)
add_subdirectory(streams/sha3)
add_subdirectory(streams/block)

add_subdirectory(external/json)
add_subdirectory(external/pcg-cpp-0.98)

add_custom_target(config SOURCES
.travis.yml
appveyor.yml
config.json
)
.travis.yml
appveyor.yml
config.json
)
10 changes: 0 additions & 10 deletions cmake/build_stream.cmake

This file was deleted.

17 changes: 0 additions & 17 deletions cmake/detect_version.cmake

This file was deleted.

31 changes: 0 additions & 31 deletions core/CMakeLists.txt

This file was deleted.

85 changes: 0 additions & 85 deletions core/builtins.h

This file was deleted.

88 changes: 0 additions & 88 deletions core/cmd.h

This file was deleted.

47 changes: 0 additions & 47 deletions core/dataset.h

This file was deleted.

31 changes: 0 additions & 31 deletions core/debug.h

This file was deleted.

Loading

0 comments on commit 465ec8a

Please sign in to comment.