Skip to content

Commit

Permalink
Merge pull request #81 from srz-zumix/feature/remove_cmake
Browse files Browse the repository at this point in the history
remove cmake
  • Loading branch information
srz-zumix authored Jan 12, 2022
2 parents 2a96fa6 + ad495ae commit 46b7399
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 27 deletions.
34 changes: 9 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@ This project is a Pythonic binding to the Wandbox API, and CLI command.

### for Languages

| | | | | |
|:--------------------------|:--------------------------|:--------------------|:--------------------|:------------------|
| [Bash](#Bash) | [C](#C) | [C#](#C-1) | [C++](#C-2) | [CMake](#CMake) |
| [CPP](#CPP) | [Crystal](#Crystal) | [D](#D) | [Elixir](#Elixir) | [Erlang](#Erlang) |
| [Go](#Go) | [Groovy](#Groovy) | [Haskell](#Haskell) | [Java](#Java) |
| [JavaScript](#JavaScript) | [Julia](#Julia) | [Lazy K](#Lazy-K) | [Lisp](#Lisp) | [Lua](#Lua) |
| [Nim](#Nim) | [OCaml](#OCaml) | [OpenSSL](#OpenSSL) | [Pascal](#Pascal) | [Perl](#Perl) |
| [PHP](#PHP) | [Pony](#Pony) | [Python](#Python) | [R](#R) | [Ruby](#Ruby) |
| [Rust](#Rust) | [Scala](#Scala) | [SQL](#SQL) | [Swift](#Swift) | [TypeScript](#TypeScript) |
| [Vim script](#Vim-script) |||||
| | | | | |
|:--------------------|:--------------------|:--------------------------|:--------------------------|:----------------|
| [Bash](#Bash) | [C](#C) | [C#](#C-1) | [C++](#C-2) | [CPP](#CPP) |
| [Crystal](#Crystal) | [D](#D) | [Elixir](#Elixir) | [Erlang](#Erlang) | [Go](#Go) |
| [Groovy](#Groovy) | [Haskell](#Haskell) | [Java](#Java) | [JavaScript](#JavaScript) | [Julia](#Julia) |
| [Lazy K](#Lazy-K) | [Lisp](#Lisp) | [Lua](#Lua) | [Nim](#Nim) | [OCaml](#OCaml) |
| [OpenSSL](#OpenSSL) | [Pascal](#Pascal) | [Perl](#Perl) | [PHP](#PHP) | [Pony](#Pony) |
| [Python](#Python) | [R](#R) | [Ruby](#Ruby) | [Rust](#Rust) | [Scala](#Scala) |
| [SQL](#SQL) | [Swift](#Swift) | [TypeScript](#TypeScript) | [Vim script](#Vim-script) ||

### wandbox

Expand Down Expand Up @@ -198,21 +197,6 @@ optional arguments:

----

### CMake

Include files are automatically added to the file list.

* wandbox-cmake
(wandbox -l CMake)

#### CMake Example

> wandbox-cmake run sample.cmake
[CMake Example](./samples/command/src/cmake)

----

### CPP

Include files required for compilation are automatically added to the file list.
Expand Down
3 changes: 2 additions & 1 deletion samples/command/src/cmake/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ local:
${CMAKE_P} sample.cmake

wandbox:
make -C . local --no-print-directory CMAKE_P="wandbox-cmake run"
true
# make -C . local --no-print-directory CMAKE_P="wandbox-cmake run"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'wandbox-cxx = wandbox.__cxx__:main',
'wandbox-g++ = wandbox.__cxx__:gcc',
'wandbox-clang++ = wandbox.__cxx__:clang',
'wandbox-cmake = wandbox.__cmake__:main',
# 'wandbox-cmake = wandbox.__cmake__:main',
# 'wandbox-coffee = wandbox.__coffee__:main',
'wandbox-CPP = wandbox.__cpp__:main',
'wandbox-gcc-PP = wandbox.__cpp__:gcc',
Expand Down

0 comments on commit 46b7399

Please sign in to comment.