From f6d5a788aa0498da70eb9693043625b35a54c387 Mon Sep 17 00:00:00 2001 From: tycho Date: Fri, 20 Dec 2013 15:37:35 +0000 Subject: fixed include of math on windows --- lib/lua/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/lua/CMakeLists.txt b/lib/lua/CMakeLists.txt index ed1627a67..695d75e7e 100644 --- a/lib/lua/CMakeLists.txt +++ b/lib/lua/CMakeLists.txt @@ -14,4 +14,6 @@ else() add_library(lua SHARED ${SOURCE}) endif() +if(UNIX) target_link_libraries(lua m) +endif() \ No newline at end of file -- cgit v1.2.3