diff --git a/template.cmake b/template.cmake index 195e6b9..45a2416 100644 --- a/template.cmake +++ b/template.cmake @@ -3,6 +3,10 @@ # # Container for list of file to be compiled : # LIB_SRC_LIST, LIB_HEAD_LIST, EXEC_SRC_LIST, EXEC_HEAD_LIST +# +# Variable available to extend include_dir locations +# INCLUDE_PATHS_EXTENSION +# EXTRA_INCLUDE #detect system if(WIN32) @@ -42,8 +46,6 @@ include_directories( ${EXTRA_INCLUDE} ) -MESSAGE(STATUS ${INCLUDE_DIRECTORIES}) - #find libraries set(DEP_LIST "")