mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[cmake] Refactor root cmake
Moved options to OmimOptions.cmake Moved some parts of configuration to OmimConfig.cmake Removed disable color output option Renamed DISABLE_UNITY to CMAKE_UNITY_BUILD Renamed DIABLE_CCACHE to USE_CCACHE Signed-off-by: Andrei Shkrob <andrei@shkrob.dev>
This commit is contained in:
committed by
Konstantin Pastbin
parent
c1b45828b0
commit
0996917a1b
@@ -1,5 +1,3 @@
|
||||
include(OmimConfig)
|
||||
|
||||
# Functions for using in subdirectories
|
||||
function(omim_add_executable executable)
|
||||
add_executable(${executable} ${ARGN})
|
||||
|
||||
Reference in New Issue
Block a user