Skip to content

Commit b64fa86

Browse files
committed
Updated README to include potentially useful linux files based off the windows structure
1 parent 3dbc24b commit b64fa86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ else()
2626
project(split_loaf LANGUAGES C CXX)
2727

2828
add_executable(split-loaf
29-
#src/app/main.cpp
30-
#src/core/Platform.cpp
31-
#src/linux/LinuxBackend.cpp
32-
#src/linux/LinuxHooks.cpp
33-
#src/core/Backend.h
29+
src/app/main.cpp
30+
src/core/Platform.cpp
31+
src/linux/LinuxBackend.cpp
32+
src/linux/LinuxHooks.cpp
33+
src/core/Backend.h
3434
src/linux/linux_test.c
3535
)
3636
endif()

0 commit comments

Comments
 (0)