CMakeLists.txt 193 B

1234567891011
  1. add_executable(PythonInitTest PythonInitTest.cc)
  2. include_directories(/usr/include/python2.5)
  3. target_link_libraries(PythonInitTest
  4. boost_python
  5. python2.5
  6. glog
  7. gtest
  8. gmock
  9. )