Skip to content

Commit

Permalink
adding queue implementation as submodule to replace the removed queue…
Browse files Browse the repository at this point in the history
… from earlier today
  • Loading branch information
Timothy Place committed Nov 4, 2015
1 parent bd8bc37 commit 70aff0c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "dependencies/concurrentqueue"]
path = dependencies/concurrentqueue
url = https://github.com/cameron314/concurrentqueue.git
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ cmake_minimum_required(VERSION 3.0)

project(Jamoma)

####### PREREQUISITES

message(STATUS "Updating Git Submodules")
execute_process(
COMMAND git submodule update --init --recursive
WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}"
)


####### EXAMPLES

Expand Down
1 change: 1 addition & 0 deletions dependencies/concurrentqueue
Submodule concurrentqueue added at 153525

0 comments on commit 70aff0c

Please sign in to comment.