This website requires JavaScript.
Explore
Help
Sign In
status-im
/
dotherside
Watch
2
Star
0
Fork
0
You've already forked dotherside
mirror of
https://github.com/status-im/dotherside.git
synced
2025-02-07 10:14:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dotherside
/
CMakeLists.txt
4 lines
81 B
CMake
Raw
Normal View
History
Unescape
Escape
Ported the build system to CMake
2014-12-28 14:56:10 +01:00
cmake_minimum_required
(
VERSION
3.0
)
Added install directive in CMakeLists and restructured the project
2015-11-23 21:33:17 +01:00
add_subdirectory
(
lib
)
Added initial draft of unit test for DynamicQObject
2015-09-19 19:13:08 +02:00
add_subdirectory
(
test
)
Reference in New Issue
Copy Permalink