reorganized a lot of stuff and modified mapgen and objects slightly while doing it
[oweals/minetest.git] / src / CMakeLists.txt
index 73a960ecc64b6a3e70dc9b7715c2719b9b89fae3..84726945691261aaacbcba5f5a772cb8af8ef42a 100644 (file)
@@ -61,6 +61,7 @@ configure_file(
 )
 
 set(common_SRCS
+       content_sao.cpp
        mapgen.cpp
        content_inventory.cpp
        content_nodemeta.cpp
@@ -102,6 +103,7 @@ set(common_SRCS
 # Client sources
 set(minetest_SRCS
        ${common_SRCS}
+       content_cao.cpp
        mapblock_mesh.cpp
        farmesh.cpp
        keycode.cpp