Skip to content

daviddl/lovecraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lovecraft

Minimum Software Requirements

  • cmake version 3.1.0
  • ruby 2.1.5p273
  • youiengine 4.1.4
  • vs2013 community edition

Project/Solution generation using cmake

lovecraft\build\vs2013\build.bat

Cleaning and updating the assets

  • lovecraft\build\buildasset clean
  • lovecraft\build\buildasset update

Adding source files and groups

To add a new group add a source_group cmake instruction

source_group("Quest" REGULAR_EXPRESSION "quest/.*")

Symbolic link to the youiengine folder

Note: you will need administrator privilege to do this operation

mklink /D youiengine E:\Projets\youiengine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.8%
  • CMake 3.8%
  • Batchfile 1.3%
  • Shell 0.1%