Skip to content

Commit 50d1915

Browse files
committed
update CMakeLists.txt
1 parent 9fa882c commit 50d1915

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit 9fa882c7811ec4b4b2bc9304ce8d491143603160
2+
Author: Alexeev Bronislav <alexeev.dev@mail.ru>
3+
Date: Mon Aug 4 07:39:39 2025 +0700
4+
5+
add input parser and update dependencies, and fix codestyle
6+
17
commit b8c66cd7b406e1bdea693022cfb21ae5c18cbfb7
28
Author: Alexeev Bronislav <alexeev.dev@mail.ru>
39
Date: Mon Aug 4 06:48:18 2025 +0700

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include(cmake/variables.cmake)
1717

1818
add_library(
1919
sleaf-llvm_lib OBJECT
20-
source/lib.cpp
20+
source/input_parser.cpp
2121
)
2222

2323
target_include_directories(

0 commit comments

Comments
 (0)