cmake: exclude submodules so they don't get installed
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(core EXCLUDE_FROM_ALL)
|
||||
|
||||
set(KDDockWidgets_STATIC ON CACHE INTERNAL "Force KDDockWidgets to build statically")
|
||||
set(KDDockWidgets_QT6 ${BUILD_QT6} CACHE INTERNAL "Conform KDDockWidgets' Qt 6 setting to ours")
|
||||
add_subdirectory(KDDockWidgets)
|
||||
add_subdirectory(KDDockWidgets EXCLUDE_FROM_ALL)
|
||||
|
||||
Reference in New Issue
Block a user