mirror of
https://github.com/arcan1s/queued.git
synced 2025-04-25 07:57:18 +00:00
6 lines
330 B
CMake
6 lines
330 B
CMake
# paths
|
|
set(BIN_INSTALL_DIR "bin" CACHE STRING "Installation directory for executables")
|
|
set(DATA_INSTALL_DIR "share" CACHE STRING "Installation directory for data")
|
|
set(INCLUDE_INSTALL_DIR "include" CACHE STRING "Installation directory for headers")
|
|
set(LIB_INSTALL_DIR "lib" CACHE STRING "Installation directory for libraries")
|