things
This commit is contained in:
parent
6f00f08225
commit
c95f7b6d1b
2 changed files with 7 additions and 26 deletions
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.25)
|
||||
project(
|
||||
mdeutils
|
||||
)
|
||||
|
||||
add_subdirectory(mbiff)
|
||||
|
|
@ -1,26 +1 @@
|
|||
project(
|
||||
mbiff
|
||||
)
|
||||
|
||||
file(
|
||||
GLOB
|
||||
mbiff_SRC
|
||||
*.c
|
||||
)
|
||||
|
||||
add_executable(
|
||||
mbiff
|
||||
${mbiff_SRC}
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
mbiff
|
||||
PRIVATE
|
||||
MDELib Mw
|
||||
)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
install(
|
||||
TARGETS mbiff
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
)
|
||||
setup_project(mbiff ${CMAKE_INSTALL_BINDIR})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue