ICT290 / src / scene / theArchanist / CMakeLists.txt
CMakeLists.txt
Raw
add_subdirectory(gui)
add_subdirectory(map)

set(SOURCES ${SOURCES}
        ${CMAKE_CURRENT_SOURCE_DIR}/theArchanist.cpp ${CMAKE_CURRENT_SOURCE_DIR}/theArchanist.h
        PARENT_SCOPE)