Compare commits
2 Commits
v1.4
...
00db3de911
| Author | SHA1 | Date | |
|---|---|---|---|
| 00db3de911 | |||
| 49b62ee7bd |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ cmake_install.cmake
|
|||||||
config.h
|
config.h
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
mazemaker
|
mazemaker
|
||||||
|
*.dylib
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.png
|
*.png
|
||||||
*.pc
|
*.pc
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ pkg_search_module(POPT REQUIRED popt)
|
|||||||
include_directories("../include" ${POPT_INCLUDE_DIRS})
|
include_directories("../include" ${POPT_INCLUDE_DIRS})
|
||||||
|
|
||||||
add_executable(mazemaker mazemaker.c)
|
add_executable(mazemaker mazemaker.c)
|
||||||
|
target_link_directories(mazemaker PUBLIC ${POPT_LIBRARY_DIRS})
|
||||||
target_link_libraries(mazemaker mazemaker_shared ${POPT_LIBRARIES})
|
target_link_libraries(mazemaker mazemaker_shared ${POPT_LIBRARIES})
|
||||||
|
|
||||||
install (TARGETS mazemaker DESTINATION bin)
|
install (TARGETS mazemaker DESTINATION bin)
|
||||||
|
|||||||
Reference in New Issue
Block a user