Skip to content

Commit

Permalink
Undo pointless change.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 7, 2024
1 parent d72500b commit ce0f0c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
add_compile_options(${NMODL_EXTRA_CXX_FLAGS})
add_link_options(${NMODL_EXTRA_CXX_FLAGS})

add_subdirectory(language)

add_subdirectory(codegen)
add_subdirectory(language)
add_subdirectory(lexer)
add_subdirectory(parser)
add_subdirectory(printer)
Expand Down

0 comments on commit ce0f0c7

Please sign in to comment.