You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
325 B

# Setup output paths for jupiter and Bot
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_SHARED_LIBRARY_PREFIX)
# Add jupiter and Bot
add_subdirectory(Jupiter)
add_subdirectory(Bot)
# Setup output paths for plugins
add_subdirectory(Plugins)