CMakeLists.txt 183 B

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