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