Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 4, 2009, 6:06:33 PM (15 years ago)
Author:
rgrieder
Message:

Compiling our third party libraries with as few files as possible. There should be quite a speedup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/external/tolua/CMakeLists.txt

    r5738 r5871  
    2020################### Tolua++ library ###################
    2121
    22 SET(TOLUA++_FILES
     22SET_SOURCE_FILES(TOLUA++_FILES
    2323  tolua_event.h
    2424  tolua++.h
    25 
     25COMPILATION_BEGIN ToluaCompilation.c
    2626  tolua_event.c
    2727  tolua_is.c
     
    2929  tolua_push.c
    3030  tolua_to.c
     31COMPILATION_END
    3132)
    32 GENERATE_SOURCE_GROUPS(${TOLUA++_FILES})
    3333
    3434# No warnings needed from third party libraries
Note: See TracChangeset for help on using the changeset viewer.