nextpnr/3rdparty/QtPropertyBrowser/examples/simple/CMakeLists.txt

9 lines
156 B
CMake
Raw Normal View History

2018-06-12 00:22:20 +08:00
SET(example_name simple)
SET(KIT_SRCS
main.cpp
)
ADD_EXECUTABLE(${example_name} ${KIT_SRCS})
TARGET_LINK_LIBRARIES(${example_name} ${PROJECT_NAME})