Logo
Explore Help
Sign In
The-Homebrew-Cloud/dolphin
2
0
Fork 0
You've already forked dolphin
mirror of https://github.com/dolphin-emu/dolphin.git synced 2025-01-29 17:16:48 +01:00
Code Issues Packages Projects Releases Wiki Activity
dolphin/Source/DSPTool/CMakeLists.txt

6 lines
150 B
CMake
Raw Normal View History

Remove unnecessary Src/ folders
2013-12-07 15:14:29 -05:00
add_executable(dsptool DSPTool.cpp)
Add the DSPTool and UnitTests to the cmake build. They are optional, and to enable them add -DDSTPTOOL and -DUNITTESTS to the cmake command line. Also, don't check to see if a directory is a wad file. They aren't. This removes an annoying and invalid debug assertion with the debug build. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7682 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-07-18 01:47:55 +00:00
target_link_libraries(dsptool core)
CMake: simplify some expressions
2015-01-03 13:17:57 +01:00
if(NOT APPLE)
Let "make install" on OS X copy the bundle to /Applications. The "dsptool" executable is not included in the bundle. The "tester" executable is not included in the bundle and it no longer installed on other platforms, since it is neither expected nor useful to install unit tests.
2011-12-14 02:50:36 +01:00
install(TARGETS dsptool RUNTIME DESTINATION ${bindir})
endif()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 583ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API