Skip to content
Snippets Groups Projects
Commit a4ed7c9d authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2746 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0561618c
No related branches found
No related tags found
No related merge requests found
zeromq_dir = "src/zeromq"
--zeromq_path = path.join( os.getcwd(), "../" .. zeromq_dir )
zeromq_path = zeromq_dir
--
zeromq_files =
{
-- "zeromq_project.lua",
zeromq_path .. "/src/*.hpp",
zeromq_path .. "/src/*.cpp",
zeromq_path .. "/include/zmq.h",
zeromq_path .. "/include/zmq.hpp",
}
project "te4zmq"
targetname "te4zmq"
language "C++"
kind "StaticLib"
includedirs { zeromq_path .. "/include" }
defines { "ZMQ_STATIC" }
files ( zeromq_files )
configuration "linux"
defines {"ZMQ_HAVE_LINUX"}
configuration "macosx"
defines {"ZMQ_HAVE_OSX"}
configuration "windows"
defines {"ZMQ_HAVE_WINDOWS"}
prebuildcommands { "copy \"" .. zeromq_path .. "\\builds\\msvc\\platform.hpp\" \"" .. zeromq_path .. "\\src\\platform.hpp\"" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment