Skip to content

Commit f7daff3

Browse files
committed
update cmakelists
1 parent ae8492b commit f7daff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ target_include_directories(compiler_lib PUBLIC
8282
)
8383

8484

85-
add_executable(main src/main.cc)
86-
target_link_libraries(main compiler_lib)
85+
add_executable(cnl src/main.cc)
86+
target_link_libraries(cnl compiler_lib)
8787

8888
add_subdirectory(examples)
8989
add_subdirectory(tests)

0 commit comments

Comments
 (0)