mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* Add libefsw at 3419347 * saving work * some cleanup * move to fs::paths * saving work.. maybe hitting a limit with number of watched dirs? * migrate to watching only ecompile.cfg specified folders, cleanup/doc * Display summary between compilations in watch mode; fix cache reuse * Fix inf loop; some cmake, format changes... * some windows compilation fixes... tweaks to windows cmake? * Update Efsw.cmake for build lib changes * removed debug flag * silence efsw build dont add antlr project if it already exists * Address review comments: - use std::move on efswwatcher add_* * add docs * Add WatchModeByDefault ecompile.cfg option * iniital work on tests * Add CI actions * some changes (passes locally on win, mac, linux) * Fix fixtures dependency; use ecompile verbose mode * Add core-changes * Send ctrl+c instead of killing process * Proper Python file naming * Kill ecompile process on windows, SIGINT otherwise --------- Co-authored-by: turleypol <turley@polserver.com>
10 lines
189 B
CMake
10 lines
189 B
CMake
set (ecompile_sources # sorted !
|
|
CMakeSources.cmake
|
|
ECompileMain.cpp
|
|
ECompileMain.h
|
|
ecompile.ico
|
|
ecompile.rc
|
|
EfswFileWatchListener.cpp
|
|
EfswFileWatchListener.h
|
|
resource.h
|
|
)
|