mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
add flag to cmake build
This commit is contained in:
parent
1841fb5ed2
commit
801eea9a8b
@ -65,6 +65,9 @@ if (CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||
endif ()
|
||||
|
||||
# required by successfully coverity and cppcheck build
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
set(PROJECT_TRDPARTY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty)
|
||||
set(PROJECT_LIBRARY awesomewidgets)
|
||||
set(PROJECT_MONITORSOURCES extsysmonsources)
|
||||
@ -90,3 +93,4 @@ if (BUILD_TESTING)
|
||||
endif ()
|
||||
|
||||
include(packages-recipe.cmake)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user