Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 20, 2008, 2:54:15 AM (16 years ago)
Author:
landauf
Message:

tried to integrate the whole tolua-thing in proper cmake code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/CMakeLists.txt

    r1101 r1115  
    7979  ${ENet_INCLUDE_DIR}
    8080  ${Boost_INCLUDE_DIRS}
    81   ${OPENAL_INCLUDE_DIR} ${ALUT_INCLUDE_DIR} ${VORBIS_INCLUDE_DIR} ${OGG_INCLUDE_DIR}
     81  ${OPENAL_INCLUDE_DIR}
     82  ${ALUT_INCLUDE_DIR}
     83  ${VORBIS_INCLUDE_DIR}
     84  ${OGG_INCLUDE_DIR}
    8285  ${Lua_INCLUDE_DIR}
    8386)
    84 
    85 
    86 ################ Source files ###################
    87 
    88 #if on a windows box, you have to generate the tolua bind files yourself
    89 IF(NOT WIN32)
    90 
    91   #At first, build lua
    92   MESSAGE(STATUS "\n******************* Building tolua... ******************\n\n")
    93   EXECUTE_PROCESS(COMMAND ./tolua-build)
    94   MESSAGE(STATUS "\n\n******************* Building tolua done ****************\n")
    95 
    96   #generate lua bind source files
    97   EXECUTE_PROCESS(COMMAND bin/./tolua-exec-script)
    98 
    99 ENDIF(NOT WIN32)
    10087
    10188#add main source dir
Note: See TracChangeset for help on using the changeset viewer.