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:
@@ -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
3
admin/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
IF(WIN32)
|
||||
INSTALL(DIRECTORY win DESTINATION share/tomahawk/admin )
|
||||
ENDIF(WIN32)
|
Reference in New Issue
Block a user