Sign in
foss-fpga-tools
/
third_party
/
nextpnr
/
28e30b2af09a16cc3d58ff8ecd0c742b9be8cf5f
/
.
/
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})