Navigation


Changeset 839:44998b3e1d91 in freeDiameter


Ignore:
Timestamp:
Oct 16, 2012, 3:05:38 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix compilation error for OS X. Should not introduce any problem on other platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CMakeLists.txt

    r739 r839  
    1111  SET_TARGET_PROPERTIES(${EXTNAME} PROPERTIES PREFIX "" )
    1212  SET_TARGET_PROPERTIES(${EXTNAME} PROPERTIES SUFFIX ".fdx" )
     13  TARGET_LINK_LIBRARIES(${EXTNAME} libfdproto libfdcore)
    1314ENDMACRO(FD_ADD_EXTENSION)
    1415
Note: See TracChangeset for help on using the changeset viewer.