mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
529 B
CMake
20 lines
529 B
CMake
include( ${PROJECT_BINARY_DIR}/CalamaresUse.cmake )
|
|
|
|
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/libcalamares )
|
|
include_directories( ${CMAKE_CURRENT_LIST_DIR}/libcalamares )
|
|
|
|
include_directories( ${CMAKE_CURRENT_BINARY_DIR} )
|
|
include_directories( ${CMAKE_CURRENT_LIST_DIR} )
|
|
|
|
# library
|
|
add_subdirectory( libcalamares )
|
|
|
|
# application
|
|
add_subdirectory( calamares )
|
|
|
|
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/calamares )
|
|
include_directories( ${CMAKE_CURRENT_LIST_DIR}/calamares )
|
|
|
|
# plugins
|
|
add_subdirectory( modules )
|