This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ImHex
mirror of
https://github.com/WerWolv/ImHex.git
Watch
1
Star
1
Fork
You've already forked ImHex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2e90abd2c5
ImHex
/
tests
/
CMakeLists.txt
4 lines
84 B
CMake
Raw
Normal View
History
Unescape
Escape
build: Fixed unit tests on linux. Fuck cmake...
2021-09-11 16:09:15 +00:00
project
(
unit_tests
)
tests: Added initial test structure
2021-09-11 12:41:18 +00:00
tests: Refactor to add support for other types of tests
2021-10-12 19:32:33 +00:00
add_subdirectory
(
pattern_language
)
add_subdirectory
(
algorithms
)