Skip to content

Commit

Permalink
Merge pull request #6 from tachyon-computer/glamhoth-cmake-submodule
Browse files Browse the repository at this point in the history
CMake: Change URL to cmake submodule
  • Loading branch information
Glamhoth authored Nov 30, 2022
2 parents 1fcd78c + 8f98ace commit 0b0ed36
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
-D CMAKE_CXX_COMPILER=clang++-12 \
-D CMAKE_BUILD_TYPE=Debug \
-D TACHYON_OPTIONS_BUILD_TESTING=ON \
-D TACHYON_OPTIONS_ENABLE_PCH=OFF \
-D TACHYON_OPTIONS_ENABLE_COVERAGE=ON \
-D TACHYON_TOOLS_ENABLE_TIDY=ON \
-D TACHYON_TOOLS_ENABLE_FORMATTING=OFF \
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "cmake"]
path = cmake
url = git@github.com:Glamhoth/cmake
branch = glamhoth-init-repo
url = git@github.com:tachyon-computer/cmake
branch = master
[submodule "extern/Catch2"]
path = extern/Catch2
url = https://github.com/catchorg/Catch2
Expand Down
2 changes: 1 addition & 1 deletion cmake
2 changes: 2 additions & 0 deletions src/app/app.hh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#pragma once

#include <string>

namespace app {

/**
Expand Down
1 change: 1 addition & 0 deletions src/app/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

#include <iostream>
#include <memory>

#include "app.hh"

Expand Down
2 changes: 2 additions & 0 deletions src/lib/include/StubLib/lib.hh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#pragma once

#include <string>

namespace lib {

/**
Expand Down

0 comments on commit 0b0ed36

Please sign in to comment.