[CMake] How to Build Subdirectory CMake Project GLFW and Change Targets

2019-05-16 Thread junk email
Hello, I am trying to understand how to build a subdirectory project that has its own CMakeLists.txt file already setup. In this case, I am using the open source library GLFW to help me with some of my OpenGL applications. Here is a sample directory structure I am working with. Root ├── CMakeList

[CMake] Why is the binary md5sum value different?

2019-05-16 Thread Gelryun
I write MakefileList.txt like this. include_directories(${COMMINC_DIR} ${DBINC_DIR} ./) link_directories(${DBLIB_DIR} ${COMMLIB_DIR}) set(DBUSERID withdb/ufdb) PREPROCESS_ORACLE_FILES(ACK_db.pc ${DBUSERID} "${DBINC_DIR};${CO

[CMake] Language Dependency for TCL?

2019-05-16 Thread hex
hello, I am setting up a TCL project so I disabled all language variables: *cmake_minimum_required(VERSION 2.4)** ** **project(P LANGUAGES NONE)** **find_package(TCL)* however, this fails with *-- Could NOT find TCL (missing: TCL_LIBRARY) ** **-- Could NOT find TCLTK (missing: TCL_LIBRARY TK_