Ещё немного
This commit is contained in:
6
uts/some_cpp_unknown/session/CMakeLists.txt
Normal file
6
uts/some_cpp_unknown/session/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
project(session)
|
||||
|
||||
add_executable(session main.cpp)
|
||||
|
||||
install(TARGETS session RUNTIME DESTINATION bin)
|
||||
6
uts/some_cpp_unknown/session/main.cpp
Normal file
6
uts/some_cpp_unknown/session/main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
std::cout << "Hello, world!" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
4
uts/some_cpp_unknown/session/session.kdev4
Normal file
4
uts/some_cpp_unknown/session/session.kdev4
Normal file
@@ -0,0 +1,4 @@
|
||||
[Project]
|
||||
Name=session
|
||||
Manager=KDevCMakeManager
|
||||
VersionControl=kdevgit
|
||||
Reference in New Issue
Block a user