This website requires JavaScript.
Explore
Help
Sign In
16mm
/
filmout_display
Watch
1
Star
0
Fork
You've already forked filmout_display
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
78cca62c12
filmout_display
/
test
/
CMakeLists.txt
2 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
Moved json to include. Wrote complete state class. Main.cpp now contains the TCP socket server logic.
2024-04-20 01:48:14 +00:00
ADD_EXECUTABLE
(
state_test
state_test.cpp
${
SOURCES
}
)
Add JSON submodule and state class. This is failing to compile properly on macOS, trying on Linux
2024-04-16 16:25:59 +00:00
ADD_TEST
(
fd
state_test
)