Partial work on loot tables (non-compiling)

This commit is contained in:
KimLS
2013-02-21 22:13:33 -08:00
parent 543ef3fb32
commit 6f13d0cfbc
24 changed files with 909 additions and 487 deletions
+3 -2
View File
@@ -7,9 +7,10 @@ SET(tests_sources
)
SET(tests_headers
memory_mapped_file_test.h
ipc_mutex_test.h
fixed_memory_test.h
fixed_memory_variable_test.h
ipc_mutex_test.h
memory_mapped_file_test.h
)
ADD_EXECUTABLE(tests ${tests_sources} ${tests_headers})