Browse Source

More cleanups to cmake.

cl-refactor
Gav Wood 10 years ago
parent
commit
2eab0eee4c
  1. 2
      CMakeLists.txt
  2. 1
      libjsengine/CMakeLists.txt

2
CMakeLists.txt

@ -373,8 +373,6 @@ else ()
set(GENERAL 0)
endif ()
message("GENERAL ${GENERAL}")
add_subdirectory(libdevcore)
if (GENERAL)
add_subdirectory(libevmcore)

1
libjsengine/CMakeLists.txt

@ -19,7 +19,6 @@ file(GLOB HEADERS "*.h")
include(EthUtils)
eth_add_resources("${CMAKE_CURRENT_SOURCE_DIR}/JSResources.cmake" "JSRES")
message(STATUS "HERE!!! ${JSRES}")
add_library(${EXECUTABLE} ${SRC_LIST} ${HEADERS} ${JSRES})
# macos brew version of v8 needs to be compiled with libstdc++

Loading…
Cancel
Save