misc/libphyslayer/CMakeLists.txt
changeset 9225 d8d929f92633
parent 9202 4d69569baabb
child 9270 a9b9ebd3d3be
child 9650 1c7c87ce37fd
equal deleted inserted replaced
9224:bce8cf41d666 9225:d8d929f92633
    13 )
    13 )
    14 
    14 
    15 #compiles and links actual library
    15 #compiles and links actual library
    16 add_library (physlayer ${PHYSLAYER_SRCS})
    16 add_library (physlayer ${PHYSLAYER_SRCS})
    17 #TODO: find good VERSION and SOVERSION values
    17 #TODO: find good VERSION and SOVERSION values
    18 target_link_libraries(physlayer ${SDL_LIBRARY} ${LUA_LIBRARY} ${PHYSFS_LIBRARY})
    18 target_link_libraries(physlayer ${SDL_LIBRARY} lua physfs)
    19 install(TARGETS physlayer RUNTIME DESTINATION ${target_binary_install_dir}
    19 install(TARGETS physlayer RUNTIME DESTINATION ${target_binary_install_dir}
    20                           LIBRARY DESTINATION ${target_library_install_dir}
    20                           LIBRARY DESTINATION ${target_library_install_dir}
    21                           ARCHIVE DESTINATION ${target_library_install_dir})
    21                           ARCHIVE DESTINATION ${target_library_install_dir})
    22 get_target_property(physlayer_fullpath physlayer LOCATION)
    22 get_target_property(physlayer_fullpath physlayer LOCATION)
    23 
    23