WIP
This commit is contained in:
parent
f0c3e64903
commit
3f580b2427
@ -28,13 +28,3 @@ add_subdirectory(src/sim)
|
||||
add_subdirectory(src/Utils)
|
||||
add_subdirectory(src/Utils/math)
|
||||
add_subdirectory(src/model)
|
||||
|
||||
#find_package(wxWidgets REQUIRED gl core base)
|
||||
#include(${wxWidgets_USE_FILE})
|
||||
#add_executable(wxRocket src/main.cpp)
|
||||
|
||||
#target_link_libraries(wxRocket PRIVATE ${wxWidgets_LIBRARIES})
|
||||
|
||||
#set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
||||
#set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
||||
#include(CPack)
|
||||
|
@ -4,4 +4,4 @@ add_executable(wxRocket
|
||||
main.cpp
|
||||
MainWindow.cpp)
|
||||
|
||||
target_link_libraries(wxRocket PRIVATE ${wxWidgets_LIBRARIES})
|
||||
target_link_libraries(wxRocket PRIVATE sim model utils math ${wxWidgets_LIBRARIES})
|
||||
|
Loading…
x
Reference in New Issue
Block a user