Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
7bbb5dec
Commit
7bbb5dec
authored
Apr 11, 2015
by
Fabio Bas
Browse files
fix #947
parent
177c1b2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/CMakeLists.txt
View file @
7bbb5dec
...
...
@@ -121,8 +121,8 @@ if(UNIX)
else
()
# Assume linux
INSTALL
(
TARGETS servatrice RUNTIME DESTINATION bin/
)
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/servatrice.ini.example DESTINATION share/servatice/
)
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/servatrice.sql DESTINATION share/servatice/
)
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/servatrice.ini.example DESTINATION share/servat
r
ice/
)
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/servatrice.sql DESTINATION share/servat
r
ice/
)
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/resources/servatrice.png DESTINATION
${
ICONDIR
}
/hicolor/48x48/apps
)
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/resources/servatrice.svg DESTINATION
${
ICONDIR
}
/hicolor/scalable/apps
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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