nextpnr/3rdparty/QtPropertyBrowser/CMakeLists.txt

12 lines
292 B
CMake
Raw Normal View History

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