~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to lib/proxy/CMakeLists.txt

  • Committer: Kay Roepke
  • Date: 2009-01-20 12:04:47 UTC
  • Revision ID: kay@mysql.com-20090120120447-fkoxq5ovwf9iyk4v
add the wrapper script/makefile fu to start mysql-proxy without having to set the environment variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INSTALL(FILES
2
 
        auto-config.lua
3
 
        balance.lua
4
 
        commands.lua
5
 
        parser.lua
6
 
        tokenizer.lua
7
 
        test.lua
8
 
 
9
 
        DESTINATION lib/mysql-proxy/lua/proxy/
10
 
)