udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Missing src/engine/CMakeLists.txt #221

Closed Hawk777 closed 12 years ago

Hawk777 commented 12 years ago

Commit 274064f8252be51fc5fbf58e51dd8a7fa5727873 makes c10t-{image,nbt,mc,engine} be separate libraries during the compile process. While src/{image,nbt,mc}/CMakeLists.txt exist, src/engine/CMakeLists.txt does not. Thus there are no rules for building libc10t-engine and compilation fails when said library cannot be linked into the final executable.

uap-universe commented 12 years ago

Some of the revisions are not stable, that's true - but the latest revision is. If you still can't build, try to delete CMakeCache.txt and rebuild everything, it should work. Please reopen this issue if it does not.