+ lib utils

This commit is contained in:
Caner Candan 2010-08-24 10:26:36 +02:00
commit 5b3f42d277
15 changed files with 33 additions and 14 deletions

View file

@ -10,3 +10,12 @@ FILE(GLOB SOURCES *.cpp)
SET(SAMPLE_SRCS ${SOURCES} PARENT_SCOPE)
######################################################################################
######################################################################################
### 2) Where must cmake go now ?
######################################################################################
ADD_SUBDIRECTORY(utils)
######################################################################################