We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacaec2 commit 7cd31faCopy full SHA for 7cd31fa
CMakeLists.txt
@@ -8,13 +8,16 @@ if (WIN32)
8
9
add_executable(split-loaf
10
src/app/main.cpp
11
+
12
src/core/Platform.cpp
13
+ src/core/Backend.h
14
15
src/win/WinBackend.cpp
16
src/win/WinHooks.cpp
17
src/win/WinTray.cpp
18
src/win/WinApp.cpp
19
src/win/WinSettings.cpp
- src/core/Backend.h
20
21
src/res/resource.rc
22
)
23
@@ -28,11 +31,11 @@ else()
28
31
29
32
30
33
34
35
- src/linux/LinuxBackend.cpp
- src/linux/LinuxHooks.cpp
36
src/core/Backend.h
- src/linux/linux_test.c
- src/linux/linux_test.h
37
38
+ src/linux/LinuxApp.cpp
39
+ src/linux/LinuxKeyLogger.cpp
40
41
endif()
0 commit comments