Skip to content

Commit

Permalink
Silly formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Nov 22, 2024
1 parent 17687e7 commit 554b34e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@ public static void generateCMakeInclude(
"add_compile_definitions(LF_PACKAGE_DIRECTORY=\"" + fileConfig.srcPkgPath + "\")");
cmakeIncludeCode.pr(
"add_compile_definitions(LF_SOURCE_GEN_DIRECTORY=\"" + fileConfig.getSrcGenPath() + "\")");
cmakeIncludeCode.pr(
"add_compile_definitions(LF_FILE_SEPARATOR=\"" + File.separator + "\")");
cmakeIncludeCode.pr("add_compile_definitions(LF_FILE_SEPARATOR=\"" + File.separator + "\")");
try (var srcWriter = Files.newBufferedWriter(cmakeIncludePath)) {
srcWriter.write(cmakeIncludeCode.getCode());
}
Expand Down

0 comments on commit 554b34e

Please sign in to comment.