X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=cmake%2FSalomeSetupPlatform.cmake;h=96ca250faeb72450d9bb4db8a448f8834adbfac6;hb=dc1615720cf58ea24bc647aa5ce1343fcaee8e23;hp=db647995093c0d35c33fd187669d034156656d33;hpb=741a91a98d61c7928afc9dc76ed0a158cde0d860;p=tools%2Fconfiguration.git diff --git a/cmake/SalomeSetupPlatform.cmake b/cmake/SalomeSetupPlatform.cmake index db64799..96ca250 100644 --- a/cmake/SalomeSetupPlatform.cmake +++ b/cmake/SalomeSetupPlatform.cmake @@ -74,6 +74,8 @@ IF(WIN32) ELSE() SET(SIZE_OF_LONG ${CMAKE_SIZEOF_VOID_P}) # Set sizeof(long) the same as size of pointers ENDIF() + ADD_DEFINITIONS(-DUNICODE) # Unicode + ADD_DEFINITIONS(-D_UNICODE) ELSE() ## Linux specific: SET(PLATFORM_LIBS dl) # Dynamic loading (dlopen, dlsym)