1
0
Fork 0

Make clean now effects Bindings

This commit is contained in:
Tycho 2014-01-23 11:06:42 -08:00
parent ce2fb844aa
commit b95e005d91
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ if (NOT MSVC)
target_link_libraries(Bindings lua sqlite tolualib)
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "Bindings.cpp Bindings.h")
foreach(folder ${FOLDERS})
add_subdirectory(${folder})
endforeach(folder)