Skip to content

Commit a08e83d

Browse files
committed
tmpsave
1 parent ff62116 commit a08e83d

File tree

5 files changed

+647
-19
lines changed

5 files changed

+647
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build/
22
*.pdf
3+
unicode.typ

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ foreach(source IN LISTS sources)
1717
get_filename_component(name ${source} NAME_WE)
1818
add_executable(${name} ${source})
1919
target_link_libraries(${name} PRIVATE fmt)
20+
target_include_directories(${name} PRIVATE include)
2021
endforeach()

0 commit comments

Comments
 (0)