nextpnr/3rdparty/QtPropertyBrowser/CMakeLists.txt

12 lines
292 B
CMake
Raw Normal View History

2023-03-08 11:08:36 +01:00
CMAKE_MINIMUM_REQUIRED(VERSION 3.13)
2018-06-11 18:22:20 +02:00
PROJECT(QtPropertyBrowser)
##################### Look for required libraries ######################
# Add QT dependencies
FIND_PACKAGE(Qt5Widgets REQUIRED)
######################### Add Primary Targets ##########################
ADD_SUBDIRECTORY(src)