This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
tomahawk
Watch
1
Star
0
Fork
0
You've already forked tomahawk
mirror of
https://github.com/tomahawk-player/tomahawk.git
synced
2025-01-18 23:17:59 +01:00
Code
Issues
Releases
Wiki
Activity
tomahawk
/
admin
/
CMakeLists.txt
4 lines
84 B
CMake
Raw
Normal View
History
Unescape
Escape
Install ./admin/win to share/tomahawk/admin if building for windows
2011-03-21 03:01:54 +01:00
IF
(
WIN32
)
INSTALL
(
DIRECTORY
win
DESTINATION
share/tomahawk/admin
)
* Added breakpad support for Linux.
2011-09-15 07:27:31 +02:00
ENDIF
(
WIN32
)
Reference in New Issue
Copy Permalink