Made the service-code compile on Mac OS X. Only compile, no testing though
This commit is contained in:
parent
aad7d41f1f
commit
09d8d939d2
7 changed files with 116 additions and 77 deletions
|
@ -43,9 +43,9 @@ SET(GENERATE_MAN FALSE CACHE BOOL "Enable generation of man-files")
|
|||
|
||||
ADD_SUBDIRECTORY(driver)
|
||||
|
||||
IF(BUILD_LIBTELLDUS-CORE_AS_SERVICE AND WIN32)
|
||||
IF(BUILD_LIBTELLDUS-CORE_AS_SERVICE)
|
||||
ADD_SUBDIRECTORY(telldus-service)
|
||||
ENDIF(BUILD_LIBTELLDUS-CORE_AS_SERVICE AND WIN32)
|
||||
ENDIF(BUILD_LIBTELLDUS-CORE_AS_SERVICE)
|
||||
|
||||
if(BUILD_TDTOOL)
|
||||
ADD_SUBDIRECTORY(tdtool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue