[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [sprinter/gko/master] test: add missing build file
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2014-03-06 10:20:19
Message-ID: E1WLVPX-0007ZS-3q () scm ! kde ! org
[Download RAW message or body]

Git commit 61c3ca037c5942ec14a15e7c9bca067b7a3668a9 by Aaron J. Seigo.
Committed on 24/02/2014 at 14:25.
Pushed by aseigo into branch 'gko/master'.

add missing build file

A  +13   -0    test/CMakeLists.txt

http://commits.kde.org/sprinter/61c3ca037c5942ec14a15e7c9bca067b7a3668a9

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
new file mode 100644
index 0000000..995e352
--- /dev/null
+++ b/test/CMakeLists.txt
@@ -0,0 +1,13 @@
+project(sprinter_testapps)
+
+include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR=
})
+
+### Test app - temporary, will be removed at some point
+set(sprinter_SRCS
+    helper.cpp
+    main.cpp
+)
+add_executable(sprintertest ${sprinter_SRCS})
+qt5_use_modules(sprintertest Widgets Network)
+target_link_libraries(sprintertest sprinter)
+install(TARGETS sprintertest DESTINATION bin)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic