file(GLOB_RECURSE SRC *.cpp) add_library(state SHARED ${SRC}) target_include_directories(state PUBLIC ) target_link_libraries(state PUBLIC )