| 
                Last change
                  on this file since 1701 was
                  1582,
                  checked in by landauf, 17 years ago
           | 
        
        
          | 
               
added SHARED keyword 
 
           | 
        
        
          
            
              - 
                  Property svn:eol-style set to
                  
native
               
             
           | 
        
        | 
            File size:
            367 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [1505] | 1 | SET (TOLUALIB_SRC_FILES | 
|---|
 | 2 |   tolua_event.c | 
|---|
 | 3 |   tolua_is.c | 
|---|
 | 4 |   tolua_map.c | 
|---|
 | 5 |   tolua_push.c | 
|---|
 | 6 |   tolua_to.c | 
|---|
 | 7 | ) | 
|---|
 | 8 |  | 
|---|
| [1582] | 9 | ADD_LIBRARY (tolualib SHARED ${TOLUALIB_SRC_FILES}) | 
|---|
| [1505] | 10 |  | 
|---|
 | 11 | TARGET_LINK_LIBRARIES (tolualib | 
|---|
 | 12 |   ${Lua_LIBRARIES} | 
|---|
 | 13 | ) | 
|---|
 | 14 |  | 
|---|
 | 15 | SET (TOLUAEXE_SRC_FILES | 
|---|
 | 16 |   tolua.c | 
|---|
 | 17 |   toluabind.c | 
|---|
 | 18 | ) | 
|---|
 | 19 |  | 
|---|
 | 20 | ADD_EXECUTABLE (tolua ${TOLUAEXE_SRC_FILES}) | 
|---|
 | 21 |  | 
|---|
 | 22 | TARGET_LINK_LIBRARIES (tolua | 
|---|
 | 23 |   ${Lua_LIBRARIES} | 
|---|
 | 24 |   tolualib | 
|---|
 | 25 |   m | 
|---|
 | 26 | ) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.