Guest User

Untitled

a guest
Jun 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.29 KB | None | 0 0
  1. IF (NOT WIN32)
  2. # note: this makes the 'hla' module direcly executable, without installation
  3. SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR})
  4. ENDIF (NOT WIN32)
  5.  
  6. ADD_SUBDIRECTORY(_JSBSim)
  7.  
  8. SET(PYTHON_SOURCES
  9.     JSBSim.py)
  10.  
  11. INSTALL(FILES ${PYTHON_SOURCES}
  12.     DESTINATION .)
  13.  
  14. # $Id$
Add Comment
Please, Sign In to add comment