Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate nogui #5038

Merged
merged 3 commits into from Mar 10, 2017
Merged

Separate nogui #5038

merged 3 commits into from Mar 10, 2017

Conversation

vladfi1
Copy link
Contributor

@vladfi1 vladfi1 commented Mar 8, 2017

Moves nogui out of DolphinWX, where it doesn't really belong.

Split off from #4994.

set(NOGUI_SRCS MainNoGUI.cpp)

add_executable(dolphin-nogui ${NOGUI_SRCS})
set_target_properties(dolphin-nogui PROPERTIES OUTPUT_NAME ${DOLPHIN_NOGUI_EXE})

This comment was marked as off-topic.

This comment was marked as off-topic.

@@ -2,7 +2,10 @@ add_subdirectory(AudioCommon)
add_subdirectory(Common)
add_subdirectory(Core)
add_subdirectory(DiscIO)
add_subdirectory(DolphinWX)
if(NOT DISABLE_WX)

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@degasus degasus merged commit ae0f9c2 into dolphin-emu:master Mar 10, 2017
@vladfi1 vladfi1 deleted the separate-nogui branch March 20, 2017 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants