From 2fe031d24d3798df495ee1cb758aed73d598a57e Mon Sep 17 00:00:00 2001 From: Sachith Hasaranga Seneviratne Date: Sat, 15 Mar 2014 10:52:15 +0530 Subject: [PATCH] Added CmakeLists entry and comments to point to where to switch between linux and windows --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb544bd66..66d8c2b43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -241,6 +241,11 @@ target_link_libraries(supertuxkart ${OPENAL_LIBRARY} ${OPENGL_LIBRARIES}) +#LINUX +#target_link_libraries(supertuxkart ${PROJECT_SOURCE_DIR}/dependencies/lib/libangelscript.a) + +#WINDOWS +target_link_libraries(supertuxkart ${PROJECT_SOURCE_DIR}/dependencies/lib/angelscriptd.lib) if(APPLE) # In theory it would be cleaner to let CMake detect the right dependencies. In practice, this means that if a OSX user has