mirror of
https://github.com/darlinghq/darling-dmg.git
synced 2024-11-26 21:20:33 +00:00
initial project import from KDevelop
This commit is contained in:
commit
a6f4505121
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
project(darling-hfsplus)
|
||||
|
||||
add_executable(darling-hfsplus main.cpp)
|
||||
|
||||
install(TARGETS darling-hfsplus RUNTIME DESTINATION bin)
|
4
darling-hfsplus.kdev4
Normal file
4
darling-hfsplus.kdev4
Normal file
@ -0,0 +1,4 @@
|
||||
[Project]
|
||||
Name=darling-hfsplus
|
||||
Manager=KDevCMakeManager
|
||||
VersionControl=kdevgit
|
Loading…
Reference in New Issue
Block a user