Skip to content

Commit

Permalink
Update cmakle
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Jul 19, 2024
1 parent 1d99cb1 commit 322d2cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/core/src/clp/error_handling/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
add_library(error_handling INTERFACE)
set(
ERROR_HANDLING_HEADER_LIST
"ErrorCode.hpp"
)
add_library(error_handling INTERFACE ${ERROR_HANDLING_HEADER_LIST})
add_library(clp::error_handling ALIAS error_handling)
target_include_directories(error_handling INTERFACE ../)
target_compile_features(error_handling INTERFACE cxx_std_20)

0 comments on commit 322d2cf

Please sign in to comment.