nextpnr/3rdparty/QtPropertyBrowser/examples/simple/CMakeLists.txt
2018-06-11 21:30:22 +02:00

9 lines
156 B
CMake

SET(example_name simple)
SET(KIT_SRCS
main.cpp
)
ADD_EXECUTABLE(${example_name} ${KIT_SRCS})
TARGET_LINK_LIBRARIES(${example_name} ${PROJECT_NAME})