Skip to content

Commit 7cd31fa

Browse files
committed
Update CMake
1 parent aacaec2 commit 7cd31fa

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CMakeLists.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ if (WIN32)
88

99
add_executable(split-loaf
1010
src/app/main.cpp
11+
1112
src/core/Platform.cpp
13+
src/core/Backend.h
14+
1215
src/win/WinBackend.cpp
1316
src/win/WinHooks.cpp
1417
src/win/WinTray.cpp
1518
src/win/WinApp.cpp
1619
src/win/WinSettings.cpp
17-
src/core/Backend.h
20+
1821
src/res/resource.rc
1922
)
2023

@@ -28,11 +31,11 @@ else()
2831

2932
add_executable(split-loaf
3033
src/app/main.cpp
34+
3135
src/core/Platform.cpp
32-
src/linux/LinuxBackend.cpp
33-
src/linux/LinuxHooks.cpp
3436
src/core/Backend.h
35-
src/linux/linux_test.c
36-
src/linux/linux_test.h
37+
38+
src/linux/LinuxApp.cpp
39+
src/linux/LinuxKeyLogger.cpp
3740
)
3841
endif()

0 commit comments

Comments
 (0)