thanks a lot, this seems to work without any flags;
cmake_minimum_required (VERSION 2.6)
project (hello)
add_executable (hello main.cpp)
include_directories (/home/dev/proj/cpp/v8/include/ /usr/local/include)
TARGET_LINK_LIBRARIES(
hello
/home/dev/proj/cpp/v8/out/x64.release/obj.target/tools/gyp/libv8_base.x64.a
/home/dev/proj/cpp/v8/out/x64.release/obj.target/tools/gyp/libv8_snapshot.a
/home/dev/proj/cpp/v8/out/x64.release/obj.target/third_party/icu/libicui18n.a
/home/dev/proj/cpp/v8/out/x64.release/obj.target/third_party/icu/libicuuc.a
/home/dev/proj/cpp/v8/out/x64.release/obj.target/third_party/icu/libicudata.a
pthread
)
--
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.