Revert "Includes pause.h in spectate's cmake"

This reverts commit 2c9ce5f316.
develop
Josh Cooper 2022-10-14 15:44:52 -07:00
parent d53746ed48
commit aa64dea61d
1 changed files with 0 additions and 3 deletions

@ -1,11 +1,8 @@
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)