Includes pause.h in spectate's cmake
as to.. "changes to the header file will trigger recompliation"develop
parent
d887bee0a4
commit
2c9ce5f316
@ -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)
|
||||
|
Loading…
Reference in New Issue