diff options
Diffstat (limited to '3rdparty/QtPropertyBrowser/examples/simple/CMakeLists.txt')
-rw-r--r-- | 3rdparty/QtPropertyBrowser/examples/simple/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3rdparty/QtPropertyBrowser/examples/simple/CMakeLists.txt b/3rdparty/QtPropertyBrowser/examples/simple/CMakeLists.txt new file mode 100644 index 00000000..7c5acde4 --- /dev/null +++ b/3rdparty/QtPropertyBrowser/examples/simple/CMakeLists.txt @@ -0,0 +1,8 @@ +SET(example_name simple) + +SET(KIT_SRCS + main.cpp + ) + +ADD_EXECUTABLE(${example_name} ${KIT_SRCS}) +TARGET_LINK_LIBRARIES(${example_name} ${PROJECT_NAME}) |