Fix add_subdirectory for Windows, that got changed
This commit is contained in:
parent
52040ca02b
commit
e063ea422d
1 changed files with 2 additions and 5 deletions
|
@ -14,14 +14,11 @@ if(NOT SAILFISHOS)
|
|||
add_subdirectory(notifications)
|
||||
add_subdirectory(findmyphone)
|
||||
add_subdirectory(telephony)
|
||||
|
||||
if(WIN32)
|
||||
add_subdirectory(mousepad_windows)
|
||||
else()
|
||||
add_subdirectory(mousepad)
|
||||
if(NOT WIN32)
|
||||
add_subdirectory(runcommand)
|
||||
add_subdirectory(pausemusic)
|
||||
add_subdirectory(mpriscontrol)
|
||||
add_subdirectory(mousepad)
|
||||
add_subdirectory(screensaver-inhibit)
|
||||
add_subdirectory(sftp)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue