File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
karrowswitch
2
2
Makefile
3
+ CMakeFiles
3
4
cmake-build-debug
4
5
cmake-build-release
5
6
CMakeCache.txt
6
7
.directory
8
+ install_manifest.txt
7
9
* .cmake
8
10
* .cbp
9
11
.idea
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ project(karrowswitch)
4
4
set (CMAKE_CXX_STANDARD 17)
5
5
6
6
add_executable (karrowswitch karrowswitch.cpp)
7
- target_link_libraries (karrowswitch -lXtst -lX11 -pthread)
7
+ target_link_libraries (karrowswitch -lXtst -lX11 -pthread)
8
+ install (TARGETS karrowswitch DESTINATION /usr/bin/)
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ Below are some generic instructions for how to compile karrowswitch from source.
33
33
```
34
34
$ git clone https://github.com/nimatrueway/karrowswitch.git
35
35
$ cd karrowswitch
36
- $ cmake
36
+ $ cmake .
37
+ $ make
37
38
```
38
39
39
40
Usage
You can’t perform that action at this time.
0 commit comments