1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 04:11:46 +02:00

Install ./admin/win to share/tomahawk/admin if building for windows

This commit is contained in:
Dominik Schmidt
2011-03-21 03:01:54 +01:00
parent 4e4d304b01
commit d725594203
2 changed files with 4 additions and 0 deletions

View File

@@ -104,3 +104,4 @@ ENDIF( NOT APPLE )
ADD_SUBDIRECTORY( thirdparty )
ADD_SUBDIRECTORY( src/libtomahawk )
ADD_SUBDIRECTORY( src )
ADD_SUBDIRECTORY( admin )

3
admin/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
IF(WIN32)
INSTALL(DIRECTORY win DESTINATION share/tomahawk/admin )
ENDIF(WIN32)