mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-24 21:05:38 +00:00
13 lines
376 B
CMake
13 lines
376 B
CMake
###############################################################################
|
|
# License: BSD Zero Clause License file
|
|
# Copyright:
|
|
# (C) 2021 Alexander Shaduri <ashaduri@gmail.com>
|
|
###############################################################################
|
|
|
|
|
|
# Developer options
|
|
set(APP_COMPILER_ENABLE_WARNINGS ON)
|
|
set(APP_BUILD_EXAMPLES ON)
|
|
set(APP_BUILD_TESTS ON)
|
|
|