Build examples by default
This commit is contained in:
parent
c37fc1f614
commit
b73ceb35d2
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ psemek_add_library(psemek EXCLUDE_FROM_ALL todo.md)
|
|||
target_link_libraries(psemek INTERFACE ${PSEMEK_LIBRARIES})
|
||||
set_target_properties(psemek PROPERTIES LINKER_LANGUAGE CXX)
|
||||
|
||||
option(PSEMEK_EXAMPLES "Build example apps" OFF)
|
||||
option(PSEMEK_EXAMPLES "Build example apps" ON)
|
||||
|
||||
if(PSEMEK_EXAMPLES)
|
||||
add_subdirectory(examples)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue