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
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
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_