mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Add cmake support
All compile need to test now git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@586714 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
32
tests/CMakeLists.txt
Normal file
32
tests/CMakeLists.txt
Normal file
@ -0,0 +1,32 @@
|
||||
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/taglib ${CMAKE_SOURCE_DIR}/taglib/toolkit ${CMAKE_SOURCE_DIR}/taglib/mpeg/id3v2 )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
SET(toolkit-test_SRCS
|
||||
dummy.cpp
|
||||
)
|
||||
|
||||
FILE(WRITE dummy.cpp "//autogenerated file by cmake\n")
|
||||
ADD_EXECUTABLE(toolkit-test ${toolkit-test_SRCS})
|
||||
|
||||
TARGET_LINK_LIBRARIES(toolkit-test ${QT_AND_KDECORE_LIBS} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = \
|
||||
# -I$(top_srcdir)/taglib\
|
||||
# -I$(top_srcdir)/taglib/toolkit \
|
||||
# -I$(top_srcdir)/taglib/mpeg/id3v2
|
||||
#
|
||||
#LDADD = ../libtag.la
|
||||
#
|
||||
#check_PROGRAMS = toolkit-test
|
||||
#
|
||||
#toolkit_test_SOURCES = toolkit-test.cpp
|
Reference in New Issue
Block a user