Skip to content

Commit 7dd164a

Browse files
authored
build: repair the build after #404 (#423)
This fixes the build with CMake after #404.
1 parent 055e0ea commit 7dd164a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
add_executable(math
2-
math/main.swift)
2+
math/Math.swift)
33
target_link_libraries(math PRIVATE
44
ArgumentParser
55
$<$<STREQUAL:${CMAKE_SYSTEM_NAME},Linux>:m>)
66

77
add_executable(repeat
8-
repeat/main.swift)
8+
repeat/Repeat.swift)
99
target_link_libraries(repeat PRIVATE
1010
ArgumentParser)
1111

0 commit comments

Comments
 (0)