File tree Expand file tree Collapse file tree 2 files changed +406
-1
lines changed Expand file tree Collapse file tree 2 files changed +406
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,11 @@ set(libyul_sources
149
149
)
150
150
detect_stray_source_files ("${libyul_sources} " "libyul/" )
151
151
152
+ set (solcli_sources
153
+ solc/CommandLineParser.cpp
154
+ )
155
+ detect_stray_source_files ("${solcli_sources} " "solc/" )
156
+
152
157
set (yul_phaser_sources
153
158
yulPhaser/TestHelpers.h
154
159
yulPhaser/TestHelpers.cpp
@@ -177,9 +182,10 @@ add_executable(soltest ${sources}
177
182
${libyul_sources}
178
183
${libsolidity_sources}
179
184
${libsolidity_util_sources}
185
+ ${solcli_sources}
180
186
${yul_phaser_sources}
181
187
)
182
- target_link_libraries (soltest PRIVATE libsolc yul solidity smtutil solutil phaser Boost::boost yulInterpreter evmasm Boost::filesystem Boost::program_options Boost::unit_test_framework evmc )
188
+ target_link_libraries (soltest PRIVATE solcli libsolc yul solidity smtutil solutil phaser Boost::boost yulInterpreter evmasm Boost::filesystem Boost::program_options Boost::unit_test_framework evmc )
183
189
184
190
185
191
# Special compilation flag for Visual Studio (version 2019 at least affected)
You can’t perform that action at this time.
0 commit comments