Added find_package

This commit is contained in:
Daniel Brunner
2018-12-16 20:19:53 +01:00
parent 2d12fa3d6d
commit 9e10794faf

View File

@@ -1,5 +1,7 @@
project(DbTictactoe)
find_package(Qt5Core CONFIG REQUIRED)
set(HEADERS
)