aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordebris <marek.kotewicz@gmail.com>2014-12-08 02:55:40 +0800
committerdebris <marek.kotewicz@gmail.com>2014-12-08 02:55:40 +0800
commitc0c2b2399e893a2ae196658fac0918eba0e62426 (patch)
treef540df0cf49d7427d383b06e67d65b0bb154d287
parent49aa83403f1d09ac608548f5afd3dbab31397451 (diff)
downloaddexon-solidity-c0c2b2399e893a2ae196658fac0918eba0e62426.tar.gz
dexon-solidity-c0c2b2399e893a2ae196658fac0918eba0e62426.tar.zst
dexon-solidity-c0c2b2399e893a2ae196658fac0918eba0e62426.zip
serpent compiling under msvc
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9549f89e..2e76aa6f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,6 +3,7 @@ set(CMAKE_AUTOMOC OFF)
aux_source_directory(. SRC_LIST)
+include_directories(${Boost_INCLUDE_DIRS})
include_directories(..)
set(EXECUTABLE lllc)