blob: e218bd46ff15d20c04028b7a8ac8d4dd51350927 (
plain) (
tree)
|
|
project(GeneratorPerformanceTest)
include_directories(../../src/Generating)
include_directories(../../src)
include_directories(../../lib)
add_executable(GeneratorPerformanceTest GeneratorPerformanceTest.cpp ../../src/StringUtils ../../src/MCLogger ../../src/Log ../../src/BlockID ../../src/Noise ../../src/Enchantments ../../src/BlockArea)
target_link_libraries(GeneratorPerformanceTest Generating)
|