Skip to content

Commit 4507334

Browse files
committed
qite included to cmake
1 parent 66b956c commit 4507334

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
url = https://github.com/nodejs/http-parser.git
1313
[submodule "3rdparty/qite"]
1414
path = 3rdparty/qite
15-
url = git@github.com:Ri0n/qite.git
15+
url = https://github.com/Ri0n/qite.git

3rdparty/qite

src/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ add_definitions(
168168
)
169169

170170
include(src.cmake)
171+
include(../3rdparty/qite/libqite/libqite.cmake)
171172

172173
# Only headers or very small sources
173174
include(irisprotocol/irisprotocol.cmake)

0 commit comments

Comments
 (0)