Skip to content

Commit

Permalink
Created CMakeLists.txt. Updated submodules to point to versions conta…
Browse files Browse the repository at this point in the history
…ining CMakeLists.txt. Added xptools as a submodule.
  • Loading branch information
awygle committed Mar 5, 2018
1 parent afc3a2f commit e6f31db
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -7,3 +7,6 @@
[submodule "src/jtaghal-apps"]
path = src/jtaghal-apps
url = https://github.com/azonenberg/jtaghal-apps
[submodule "lib/xptools"]
path = lib/xptools
url = https://github.com/azonenberg/xptools.git
16 changes: 16 additions & 0 deletions CMakeLists.txt
@@ -0,0 +1,16 @@
cmake_minimum_required(VERSION 3.3)
project(jtaghal)
set(CMAKE_BUILD_TYPE Release)

add_subdirectory("${PROJECT_SOURCE_DIR}/lib/xptools")

add_subdirectory("${PROJECT_SOURCE_DIR}/lib/log")

add_subdirectory("${PROJECT_SOURCE_DIR}/lib/jtaghal")

add_subdirectory("${PROJECT_SOURCE_DIR}/src/jtaghal-apps/svfdumper")

add_subdirectory("${PROJECT_SOURCE_DIR}/src/jtaghal-apps/jtagd")

add_subdirectory("${PROJECT_SOURCE_DIR}/src/jtaghal-apps/jtagclient")

1 change: 1 addition & 0 deletions lib/xptools
Submodule xptools added at d296da
2 changes: 1 addition & 1 deletion src/jtaghal-apps

0 comments on commit e6f31db

Please sign in to comment.