Skip to content

Commit 1292a21

Browse files
author
sourcehold
committed
[PROJECT] clarify meaning of the txt files in cmake/
1 parent e24de77 commit 1292a21

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ If CMake is installed and not in PATH, for example if installed via Visual Studi
8181

8282
Note that any code needs to be formatted properly using the provided `clang-format`. The way to do so it up to the developer. Many IDEs support it out of the box.
8383

84-
Should any files be added to the source code in `src/core` or the ucp files in `ucp`, the file lists in `cmake/` should be updated accordingly.
84+
If any `.cpp` or `.c` files are added to the source code, they should be listed in one of the txt files in `cmake/`:
85+
86+
- `cmake/core-sources.txt` containing the core sources to compile the project.
87+
- `cmake/pklib-sources.txt` containing the source files for compiling the pklib dependency.
88+
- `cmake/openshc-sources.txt` containing the files with reimplementations of the original game's functions.
8589

8690
#### Manual configuration
8791

0 commit comments

Comments
 (0)