Browse Source
Merge pull request #7 from ShogunKitsune/patch-1
8:56 PM] Agent: make a PR for it
pull/10/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/CMakeLists.txt
|
|
@ -4,7 +4,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) |
|
|
|
set(CMAKE_SHARED_LIBRARY_PREFIX) |
|
|
|
|
|
|
|
# Add jupiter and Bot |
|
|
|
add_subdirectory(jupiter) |
|
|
|
add_subdirectory(Jupiter) |
|
|
|
add_subdirectory(Bot) |
|
|
|
|
|
|
|
# Setup output paths for plugins |
|
|
|