Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Remove .h from lib CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Jul 14, 2023
1 parent 1556c07 commit 4079506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ add_library(compiler_lib
# === Utils ===
utils/OptionsParser.cpp
# === Message ===
message/Message.cpp message/MessageCollector.cpp message/MessageCollector.h)
message/Message.cpp message/MessageCollector.cpp)
target_include_directories(compiler_lib PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} utils message ../../lib)
target_link_libraries(compiler_lib PUBLIC coverage_config)

Expand Down

0 comments on commit 4079506

Please sign in to comment.