-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
662 changed files
with
470 additions
and
77,314 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +0,0 @@ | ||
[submodule "include/eigen"] | ||
path = include/eigen | ||
url = https://gitlab.com/libeigen/eigen.git | ||
branch = 3.4 | ||
[submodule "include/rapidjson"] | ||
path = include/rapidjson | ||
url = https://github.com/Tencent/rapidjson.git | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule eigen
deleted from
e7248b
Submodule rapidjson
deleted from
f54b0e
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
project('Simplex', 'cpp', default_options: ['cpp_std=c++20']) | ||
|
||
maya_dep = dependency('maya') | ||
maya_name_suffix = maya_dep.get_variable('name_suffix') | ||
maya_version = maya_dep.get_variable('maya_version') | ||
|
||
maya_build = get_option('maya_build') | ||
python_build = get_option('python_build') | ||
|
||
if not maya_build and not python_build | ||
error('No builds requested') | ||
endif | ||
|
||
subdir('src/simplexlib') | ||
if maya_build | ||
subdir('src/maya') | ||
endif | ||
|
||
if python_build | ||
subdir('src/python') | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
option('maya_build', type : 'boolean', value : true) | ||
option('python_build', type : 'boolean', value : true) |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.