Includes pause.h in spectate's cmake

as to.. "changes to the header file will trigger recompliation"
develop
Josh Cooper 2022-10-13 11:52:39 -07:00
parent d887bee0a4
commit 2c9ce5f316
1 changed files with 3 additions and 0 deletions

@ -1,8 +1,11 @@
project(spectate)
set_source_files_properties(pause.h PROPERTIES HEADER_FILE_ONLY TRUE)
SET(SOURCES
spectate.cpp
pause.h
pause.cpp)
dfhack_plugin(${PROJECT_NAME} ${SOURCES} LINK_LIBRARIES lua)