Sign in
foss-fpga-tools
/
third_party
/
nextpnr
/
04dd21a1e0e28f60cebebe851279afa36ac5fc4e
/
.
/
3rdparty
/
QtPropertyBrowser
/
examples
/
simple
/
CMakeLists.txt
blob: 7c5acde490c6a93750911c363f11047a541912a8 [
file
]
SET(example_name simple)
SET(KIT_SRCS
main.cpp
)
ADD_EXECUTABLE(${example_name} ${KIT_SRCS})
TARGET_LINK_LIBRARIES(${example_name} ${PROJECT_NAME})