Skip to content

Commit

Permalink
Replaced VS project files with CMake
Browse files Browse the repository at this point in the history
Resolved GCC compilation issues
  • Loading branch information
JAJames committed Dec 20, 2018
1 parent 4a7a6a2 commit e0994f0
Show file tree
Hide file tree
Showing 328 changed files with 14,747 additions and 4,052 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -1,3 +1,8 @@
.idea/
cmake-build-debug/
cmake-build-release/
build/vs17/

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,3 +1,3 @@
[submodule "Jupiter"]
path = Jupiter
path = src/Jupiter
url = https://github.com/JAJames/Jupiter.git
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/Jupiter Bot.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .idea/deployment.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,037 changes: 1,037 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

1,030 changes: 0 additions & 1,030 deletions .vs/config/applicationhost.config

This file was deleted.

35 changes: 0 additions & 35 deletions Bot/Bot.vcxproj

This file was deleted.

51 changes: 0 additions & 51 deletions Bot/Bot.vcxproj.filters

This file was deleted.

9 changes: 9 additions & 0 deletions CMakeLists.txt
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.0)
project(jupiter_bot)

set(CMAKE_CXX_STANDARD 17)

include(build/CMakeLists.txt)

# Setup source files
add_subdirectory(src)
19 changes: 0 additions & 19 deletions ChannelRelay/ChannelRelay.vcxproj

This file was deleted.

27 changes: 0 additions & 27 deletions ChannelRelay/ChannelRelay.vcxproj.filters

This file was deleted.

19 changes: 0 additions & 19 deletions CoreCommands/CoreCommands.vcxproj

This file was deleted.

27 changes: 0 additions & 27 deletions CoreCommands/CoreCommands.vcxproj.filters

This file was deleted.

19 changes: 0 additions & 19 deletions ExtraCommands/ExtraCommands.vcxproj

This file was deleted.

27 changes: 0 additions & 27 deletions ExtraCommands/ExtraCommands.vcxproj.filters

This file was deleted.

19 changes: 0 additions & 19 deletions FunCommands/FunCommands.vcxproj

This file was deleted.

27 changes: 0 additions & 27 deletions FunCommands/FunCommands.vcxproj.filters

This file was deleted.

0 comments on commit e0994f0

Please sign in to comment.