Skip to content

Instantly share code, notes, and snippets.

@lfranchi
Created October 1, 2012 19:27
Show Gist options
  • Save lfranchi/3813896 to your computer and use it in GitHub Desktop.
Save lfranchi/3813896 to your computer and use it in GitHub Desktop.
project( libechonest )
set( LIBECHONEST_SRC
Track.cpp )
set( LIBECHONEST_H
echonest_export.h
Track.h )
add_library( echonest SHARED ${LIBECHONEST_SRC} )
target_link_libraries( echonest ${OS_SPECIFIC_LINK_LIBRARIES} ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY} )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment