diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-12 23:06:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-12 23:06:36 +0900 |
commit | ee04a7e23dcf75e30651004942f378d016fd0121 (patch) | |
tree | 16de0e18d2690f7ca565a48e2e7a3f37e0c698a6 /CMakeLists.txt | |
parent | 57e74b846ab20e5ee27a288866e402df20c6b1f6 (diff) | |
download | tqscintilla-r14.1.0.tar.gz tqscintilla-r14.1.0.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 36dd942..cb91951 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,6 +79,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( tqt ) +add_subdirectory( example ) tde_conditional_add_subdirectory( BUILD_PLUGIN designer ) tde_conditional_add_project_docs( BUILD_DOC ) |