diff -r 2ea5cde93abc -r ea7541f77944 CMakeLists.txt --- a/CMakeLists.txt Tue Nov 20 23:09:17 2012 +0400 +++ b/CMakeLists.txt Wed Nov 21 00:04:09 2012 +0400 @@ -253,6 +253,9 @@ # physfs library add_subdirectory(misc/physfs) +# frontend library +add_subdirectory(project_files/frontlib) + #Android related build scripts if(ANDROID) #run cmake -DANDROID=1 to enable this