mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-15 06:45:46 +00:00
start working on C++ implementation
This commit is contained in:
5
sources/paths.cmake
Normal file
5
sources/paths.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
# 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")
|
Reference in New Issue
Block a user