Added CmakeLists entry and comments to point to where to switch between linux and windows
This commit is contained in:
parent
de820054b6
commit
2fe031d24d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user