diff options
author | tylermurphy534 <tylerm@tylerm.dev> | 2023-04-14 00:46:15 +0000 |
---|---|---|
committer | tylermurphy534 <tylerm@tylerm.dev> | 2023-04-14 00:46:15 +0000 |
commit | e8704e8fc594e982d0b0baf867cf602cfc89e6fc (patch) | |
tree | 5008ffdef0b042e63844fd4ecbbc2a9798ca9936 | |
parent | fix the thing with the thing (diff) | |
parent | Added cmakelists lol (diff) | |
download | brainfucked-e8704e8fc594e982d0b0baf867cf602cfc89e6fc.tar.gz brainfucked-e8704e8fc594e982d0b0baf867cf602cfc89e6fc.tar.bz2 brainfucked-e8704e8fc594e982d0b0baf867cf602cfc89e6fc.zip |
Merge pull request 'DIE! DIE! DIE! DIE! DIE! DIE! DIE! DIE! DIE! DIE!' (#1) from armedturret/brainfucked:main into main
Reviewed-on: https://g.tylerm.dev/tylermurphy534/brainfucked/pulls/1
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -1 +1,3 @@ bin +out +.vs
\ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..ce7a38a --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 3.10) +project(Brainfucked) +AUX_SOURCE_DIRECTORY(src MyCSources) +ADD_EXECUTABLE(Brainfucked ${MyCSources})
\ No newline at end of file |