by StrikerMan780 » Sat Nov 14, 2015 4:44 am
I'm trying to generate a solution for GZDoom using CMake, but unfortunately, I cannot produce a usable solution no matter what I do, because it won't let me set up the paths for certain libraries. Compiling with the solutions generated always result in a compile error, mostly unresolved external symbols and files not found.
Here's something I get in CMake:
Code: Select all
Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Could NOT find GME (missing: GME_LIBRARIES GME_INCLUDE_DIR)
It wouldn't let me choose the include directories however.
I'm trying to generate a solution for GZDoom using CMake, but unfortunately, I cannot produce a usable solution no matter what I do, because it won't let me set up the paths for certain libraries. Compiling with the solutions generated always result in a compile error, mostly unresolved external symbols and files not found.
Here's something I get in CMake:
[code]
Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Could NOT find GME (missing: GME_LIBRARIES GME_INCLUDE_DIR)
[/code]
It wouldn't let me choose the include directories however.
[youtube]2ovm1J_AxLQ[/youtube]