Skip to content

Commit

Permalink
make slim_parser no longer STATIC
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugobros3 committed Jul 13, 2024
1 parent e335cff commit b229928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/slim/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_library(slim_parser STATIC parser.c token.c)
add_library(slim_parser parser.c token.c)
target_link_libraries(slim_parser PUBLIC common api)
target_link_libraries(slim_parser PRIVATE shady)
target_include_directories(slim_parser PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>)
Expand Down

0 comments on commit b229928

Please sign in to comment.