Guest User

unreal cmake

a guest
Oct 8th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # Makefile generated by CMakefileGenerator.cs
  2. # *DO NOT EDIT*
  3.  
  4. cmake_minimum_required (VERSION 2.6)
  5. project (UE4)
  6.  
  7. set(UE4_ROOT_PATH /home/mgerhardy/dev/UnrealEngine)
  8. set(BUILD cd ${UE4_ROOT_PATH} && bash ${UE4_ROOT_PATH}/Engine/Build/BatchFiles/Linux/Build.sh)
  9.  
  10. [...]
  11.  
  12. include_directories(
  13. )
  14.  
  15. add_definitions(
  16. )
  17.  
  18. [...]
Advertisement
Add Comment
Please, Sign In to add comment