mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Nicer build options.
This commit is contained in:
parent
a250749505
commit
ac32ee3ec7
@ -48,7 +48,7 @@ if (SOLIDITY)
|
|||||||
target_link_libraries(testeth solidity)
|
target_link_libraries(testeth solidity)
|
||||||
endif ()
|
endif ()
|
||||||
target_link_libraries(testeth testutils)
|
target_link_libraries(testeth testutils)
|
||||||
if (NOT HEADLESS AND NOT JUSTTESTS)
|
if (GUI AND NOT JUSTTESTS)
|
||||||
target_link_libraries(testeth webthree)
|
target_link_libraries(testeth webthree)
|
||||||
target_link_libraries(testeth natspec)
|
target_link_libraries(testeth natspec)
|
||||||
endif()
|
endif()
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* @date 2015
|
* @date 2015
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !ETH_HEADLESS
|
#if ETH_GUI
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
#include <libdevcore/Log.h>
|
#include <libdevcore/Log.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user