muntyan / ggap (http://ggap.sourceforge.net/)

A front end for GAP

Clone this repository (size: 3.1 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/muntyan/ggap/
commit 683: 66159738feb0
parent 682: 3df4e93c9209
branch: new-ws2
Moved moo.cmake into a submodule --- .gitmodules | 3 + CMakeLists.txt | 2 +- cmake/moo | 1 + moo.cmake | 195 -------------------------------------------------------- plan.xls | Bin 96768 -> 103424 bytes 5 files changed, 5 insertions(+), 196 deletions(-) create mode 100644 .gitmodules create mode 160000 cmake/moo delete mode 100644 moo.cmake
Yevgen Muntyan
14 months ago

Changed (Δ6.7 KB):

raw changeset »

.gitmodules (3 lines added, 0 lines removed)

CMakeLists.txt (1 lines added, 1 lines removed)

cmake/moo (1 lines added, 0 lines removed)

moo.cmake

plan.xls (binary file changed)

Up to file-list .gitmodules:

1
[submodule "cmake/moo"]
2
	path = cmake/moo
3
	url = git@github.com:muntyan/moo-cmake.git

Up to file-list CMakeLists.txt:

@@ -5,7 +5,7 @@ SET(GGAP_VERSION 1.9.8)
5
5
SET(GGAP_API_VERSION 1.3)
6
6
CONFIGURE_FILE(${GGAP_SOURCE_DIR}/config.h.in ${GGAP_BINARY_DIR}/config.h @ONLY)
7
7
8
INCLUDE(moo.cmake)
8
INCLUDE(cmake/moo/moo.cmake)
9
9
10
10
INCLUDE(moo-qt4.cmake)
11
11
SET(QT_USE_QTXML 1)

Up to file-list cmake/moo:

1
Subproject commit e8e0f101112acd14fbc4e9d51f0a0a19dedb2e2a

Up to file-list plan.xls:

Binary file has changed or diff was empty.