Created
October 1, 2012 19:27
-
-
Save lfranchi/3813896 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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