Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
libkcddb
Commits
88058f73
Commit
88058f73
authored
Jul 06, 2006
by
Laurent Montel
😁
Browse files
Fix install files
svn path=/trunk/KDE/kdemultimedia/libkcddb/; revision=559089
parent
13e14e84
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
88058f73
...
@@ -65,7 +65,7 @@ install(TARGETS kcddb DESTINATION ${LIB_INSTALL_DIR} )
...
@@ -65,7 +65,7 @@ install(TARGETS kcddb DESTINATION ${LIB_INSTALL_DIR} )
########### install files ###############
########### install files ###############
install
(
FILES cdinfo.h client.h kcddbconfig.h cddb.h configbase.h DESTINATION
${
INCLUDE_INSTALL_DIR
}
/libkcddb
)
install
(
FILES cdinfo.h client.h kcddbconfig.h cddb.h
${
CMAKE_CURRENT_BINARY_DIR
}
/
configbase.h DESTINATION
${
INCLUDE_INSTALL_DIR
}
/libkcddb
)
install
(
FILES libkcddb.kcfg DESTINATION
${
KCFG_INSTALL_DIR
}
)
install
(
FILES libkcddb.kcfg DESTINATION
${
KCFG_INSTALL_DIR
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment