Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
lskat
Commits
cdd8e3aa
Commit
cdd8e3aa
authored
Jul 04, 2006
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First step to fix install files with install macro
svn path=/trunk/KDE/kdegames/lskat/; revision=558014
parent
61c61d38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
cdd8e3aa
...
...
@@ -3,7 +3,7 @@ project(lskat)
add_subdirectory
(
src
)
########### install files ###############
install
_files
(
${
XDG_APPS_DIR
}
FILES lskat.desktop
)
install
(
FILES lskat.desktop DESTINATION
${
XDG_APPS_DIR
}
)
kde4_install_icons
(
${
ICON_INSTALL_DIR
}
hicolor
)
src/CMakeLists.txt
View file @
cdd8e3aa
...
...
@@ -37,5 +37,5 @@ install_targets( /bin lskat )
########### install files ###############
install
_files
(
${
DATA_INSTALL_DIR
}
/lskat
FILES lskatui.rc
)
install
(
FILES lskatui.rc DESTINATION
${
DATA_INSTALL_DIR
}
/lskat
)
Write
Preview
Markdown
is supported
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